Changeset 32262


Ignore:
Timestamp:
01/08/15 21:55:18 (9 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/adjust.h

    r32259 r32262  
    427427                        {
    428428                                debug(99, "community_pass: write");
    429                                 if(strlen(community_pass->ret) != 32)
    430                                 {
    431                                         debug(99, "community_pass: convert to md5");
    432                                         char* tmpstr = NULL;
    433                                         tmpstr = ostrcat(MDString(community_pass->ret), NULL, 1, 0);
    434                                         community_pass->ret = ostrcat(tmpstr, NULL, 1, 0);
    435                                 }
     429                                debug(99, "community_pass: %s", community_pass->ret);
    436430                                addconfigscreen("community_pass", community_pass);
    437431                        }
     
    440434
    441435                        writeallconfig(1);
    442                         debug(99, "community_pass2: %s", getconfig("community_pass", NULL));
    443                        
     436                        debug(99, "community_pass_read: %s", getconfig("community_pass", NULL));
     437
    444438                        break;
    445439                }
Note: See TracChangeset for help on using the changeset viewer.