# HG changeset patch # User carl # Date 1121611571 25200 # Node ID fa47e1e401f18d4c9b60ef807b16d347a0515fa9 # Parent db85c53e3d9062a1bda1aa91f9a1db9b90fa4588 start coding on new config syntax diff -r db85c53e3d90 -r fa47e1e401f1 package.bash --- a/package.bash Sun Jul 17 07:34:28 2005 -0700 +++ b/package.bash Sun Jul 17 07:46:11 2005 -0700 @@ -11,8 +11,7 @@ cp html-tags.conf $VER cp hosts-ignore.conf $VER cp tld.conf $VER - cp *cpp $VER - cp *rc $VER + cp *.cpp *.h *.rc $VER cp install.bash $VER cp *spec $VER cp LICENSE $VER diff -r db85c53e3d90 -r fa47e1e401f1 src/context.cpp --- 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.