Changeset 32187


Ignore:
Timestamp:
01/07/15 21:17:11 (8 years ago)
Author:
obi
Message:

fix community

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/adjust.h

    r32166 r32187  
    253253        changemask(community_pass, "****");
    254254
    255         if(strlen(getconfig("community_pass", NULL)) != 32)
     255        if(getconfig("community_pass", NULL) != NULL && strlen(getconfig("community_pass", NULL)) != 32)
    256256                changeinput(community_pass, getconfig("community_pass", NULL));
    257257        else
Note: See TracChangeset for help on using the changeset viewer.