comparison src/dnsbl.cpp @ 164:5809bcdc325b stable-6-0-4

spamassassin changes
author carl
date Sun, 26 Aug 2007 19:43:35 -0700
parents 97d7da45fe2a
children bf828f785407
comparison
equal deleted inserted replaced
163:97d7da45fe2a 164:5809bcdc325b
1410 debug_syslog = 10; 1410 debug_syslog = 10;
1411 CONFIG *conf = new_conf(); 1411 CONFIG *conf = new_conf();
1412 if (conf) { 1412 if (conf) {
1413 conf->dump(); 1413 conf->dump();
1414 delete conf; 1414 delete conf;
1415 clear_strings(); // for valgrind checking
1415 return 0; 1416 return 0;
1416 } 1417 }
1417 else { 1418 else {
1418 return 1; // config failed to load 1419 return 1; // config failed to load
1419 } 1420 }