Mercurial > dnsbl
diff src/context.cpp @ 82:fa47e1e401f1
start coding on new config syntax
author | carl |
---|---|
date | Sun, 17 Jul 2005 07:46:11 -0700 |
parents | 091d3fe3db46 |
children | c1280cd3e248 |
line wrap: on
line diff
--- a/src/context.cpp Sun Jul 17 07:34:28 2005 -0700 +++ b/src/context.cpp Sun Jul 17 07:46:11 2005 -0700 @@ -159,12 +159,6 @@ CONTEXT::~CONTEXT() { - if (debug_syslog) { - char buf[maxlen]; - char msg[maxlen]; - snprintf(msg, maxlen, "context::~context %s destructor", get_full_name(buf,maxlen)); - my_syslog(msg); - } for (dnsblp_map::iterator i=dnsbl_names.begin(); i!=dnsbl_names.end(); i++) { DNSBLP d = (*i).second; // delete the underlying DNSBL objects.