diff src/syslogconfig.cpp @ 37:e4eb969dfc4a

shutdown removes iptables entries that we added
author carl
date Thu, 08 Nov 2007 11:07:05 -0800
parents 6a2f26976898
children 26c29da3fbdf
line wrap: on
line diff
--- a/src/syslogconfig.cpp	Thu Nov 08 10:52:56 2007 -0800
+++ b/src/syslogconfig.cpp	Thu Nov 08 11:07:05 2007 -0800
@@ -113,6 +113,9 @@
 
 
 void IPR::free_all(CONFIG &con) {
+    if (debug_syslog > 2) {
+        my_syslog("syslog2iptables shutting down");
+    }
     for (ip_buckets::iterator i=violations.begin(); i!=violations.end(); i++) {
         int    ip = (*i).first;
         bucket &b = (*i).second;