Changeset 32242
- Timestamp:
- 01/08/15 19:51:52 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/adjust.h
r32187 r32242 426 426 if(community_pass->ret != NULL && ostrcmp(community_pass->ret, "****") != 0) 427 427 { 428 debug( 10, "community_pass: write");428 debug(99, "community_pass: write"); 429 429 if(strlen(community_pass->ret) != 32) 430 430 { 431 debug(10, "community_pass: convert to md5"); 431 debug(99, "community_pass: convert to md5"); 432 debug(99, "community_pass1: %s", community_pass->ret); 432 433 community_pass->ret = ostrcat(MDString(community_pass->ret), NULL, 1, 0); 434 debug(99, "community_pass2: %s", community_pass->ret); 433 435 } 434 436 addconfigscreen("community_pass", community_pass); 435 437 } 436 438 else 437 debug( 10, "community_pass: skipped");439 debug(99, "community_pass: skipped"); 438 440 439 441 writeallconfig(1);
Note: See TracChangeset
for help on using the changeset viewer.