Changeset 32166


Ignore:
Timestamp:
01/07/15 14:59:49 (8 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/adjust.h

    r32165 r32166  
    252252//      changeinput(community_pass, getconfig("community_pass", NULL));
    253253        changemask(community_pass, "****");
    254         changeinput(community_pass, "****");
    255 
     254
     255        if(strlen(getconfig("community_pass", NULL)) != 32)
     256                changeinput(community_pass, getconfig("community_pass", NULL));
     257        else
     258                changeinput(community_pass, "****");
     259       
    256260#ifdef MIPSEL
    257261        dualboot->hidden = NO;
Note: See TracChangeset for help on using the changeset viewer.