]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/kdparse.c
burst_TS6(): assume users have a UID
[irc/rqf/shadowircd.git] / src / kdparse.c
index e5321eacf49c9cbb255ba2fcb3b43ad41714ed45..3d82b71844532bdf70388338c90ea08bb0422ffd 100644 (file)
  */
 
 #include "stdinc.h"
-#include "s_log.h"
+#include "logger.h"
 #include "s_conf.h"
 #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);
        }
 }