Changeset 32254 for titan


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

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/adjust.h

    r32252 r32254  
    432432                                {
    433433                                        debug(99, "community_pass: convert to md5");
    434                                         char* pass = MDString(tmpstr);
    435                                         free(tmpstr), tmpstr = NULL;
    436                                         tmpstr = ostrcat(pass, NULL, 0, 0);
    437                                         free(pass), pass = NULL;
     434                                        char* tmpstr1 = NULL;
     435                                        tmpstr1 = ostrcat(MDString(tmpstr), NULL, 1, 0);
     436                                        addconfigscreen("community_pass", tmpstr1);
     437                                        free(tmpstr1), tmpstr1 = NULL;
    438438                                }
    439                                 addconfigscreen("community_pass", tmpstr);
     439                                else
     440                                        addconfigscreen("community_pass", tmpstr);
    440441                                free(tmpstr), tmpstr = NULL;
    441442                        }
Note: See TracChangeset for help on using the changeset viewer.