summaryrefslogtreecommitdiff
blob: 0cdb7e642a1bb49c8319eb58b0f10f89220b6a40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Nru diald-1.0.orig/firewall.c diald-1.0/firewall.c
--- diald-1.0.orig/firewall.c	2001-06-16 22:51:39.000000000 +0300
+++ diald-1.0/firewall.c	2005-09-19 23:38:46.099172056 +0300
@@ -69,7 +69,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))