Changeset 32254
- Timestamp:
- 01/08/15 21:25:32 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/adjust.h
r32252 r32254 432 432 { 433 433 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; 438 438 } 439 addconfigscreen("community_pass", tmpstr); 439 else 440 addconfigscreen("community_pass", tmpstr); 440 441 free(tmpstr), tmpstr = NULL; 441 442 }
Note: See TracChangeset
for help on using the changeset viewer.