]> jfr.im git - irc/freenode/syn.git/commitdiff
Drop the check to avoid sending out duplicate klines -- seven doesn't leak memory...
authorStephen Bennett <redacted>
Thu, 1 Apr 2010 07:48:48 +0000 (08:48 +0100)
committerStephen Bennett <redacted>
Thu, 1 Apr 2010 07:48:48 +0000 (08:48 +0100)
kline.c

diff --git a/kline.c b/kline.c
index 2b9e328e1529ef714fdeafb501d176ba3109a9d6..ce26d83ce391586c7af0132d5c3fe2f92633d832 100644 (file)
--- a/kline.c
+++ b/kline.c
@@ -173,9 +173,9 @@ static void expire_klines(void *unused)
 
 static void _syn_vkline(const char *host, int duration, const char *reason, va_list ap)
 {
-    if (_syn_find_kline("*", host))
+/*    if (_syn_find_kline("*", host))
         return;
-
+*/
     char buf[BUFSIZE];
     vsnprintf(buf, BUFSIZE, reason, ap);