summaryrefslogtreecommitdiff
blob: 6a7b276e24d2c1d8c56ac763a581d216f8e18cd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- firewall.c	Fri Feb 25 18:03:53 2000
+++ firewall.c-florin	Wed Mar 28 14:37:57 2001
@@ -65,7 +65,7 @@
 #if 0
     mon_syslog(LOG_DEBUG,"slot def: %d %d %x %x %x",
 	slot->start, slot->end, slot->wday, slot->mday, slot->month);
-#endif 0
+#endif
 	if ((slot->start <= ctime)
 	&&  (ctime <= slot->end)
 	&&  (slot->wday & (1<<ltime->tm_wday))