]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/kdparse.c
Fix an off by one error with zipstats processing
[irc/rqf/shadowircd.git] / src / kdparse.c
index ef64d9c8d0be3b34a28e5bd46c9611d14545091b..3d82b71844532bdf70388338c90ea08bb0422ffd 100644 (file)
@@ -30,7 +30,7 @@
 #include "s_newconf.h"
 #include "hostmask.h"
 #include "client.h"
-#include "irc_string.h"
+#include "match.h"
 #include "hash.h"
 
 /* conf_add_fields()
@@ -110,7 +110,7 @@ parse_k_file(FILE * file)
                                user_field, operreason_field, date_field);
 
                if(aconf->host != NULL)
-                       add_conf_by_address(aconf->host, CONF_KILL, aconf->user, aconf);
+                       add_conf_by_address(aconf->host, CONF_KILL, aconf->user, NULL, aconf);
        }
 }