X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/62d289465fbe0c51a6a86f642f8b88d7b44bcb47..0b1e46f5b44b742fe8757dc8d5f82190841aee4c:/src/kdparse.c diff --git a/src/kdparse.c b/src/kdparse.c index e5321ea..3d82b71 100644 --- a/src/kdparse.c +++ b/src/kdparse.c @@ -25,12 +25,12 @@ */ #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); } }