Changeset 32262
- Timestamp:
- 01/08/15 21:55:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/adjust.h
r32259 r32262 427 427 { 428 428 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); 436 430 addconfigscreen("community_pass", community_pass); 437 431 } … … 440 434 441 435 writeallconfig(1); 442 debug(99, "community_pass 2: %s", getconfig("community_pass", NULL));443 436 debug(99, "community_pass_read: %s", getconfig("community_pass", NULL)); 437 444 438 break; 445 439 }
Note: See TracChangeset
for help on using the changeset viewer.