changeset 82:fa47e1e401f1

start coding on new config syntax
author carl
date Sun, 17 Jul 2005 07:46:11 -0700
parents db85c53e3d90
children 99049fdc7320
files package.bash src/context.cpp
diffstat 2 files changed, 1 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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.