]> jfr.im git - solanum.git/blobdiff - ircd/s_conf.c
providers/opm: use a name that makes more sense for this variable
[solanum.git] / ircd / s_conf.c
index ef5966c04e989563004bc0e937022d20f539a207..18db17365e0d7b1bfba66d9fa0a3b632c216c6fb 100644 (file)
@@ -32,7 +32,6 @@
 #include "channel.h"
 #include "class.h"
 #include "client.h"
-#include "common.h"
 #include "hash.h"
 #include "match.h"
 #include "ircd.h"
@@ -44,7 +43,6 @@
 #include "send.h"
 #include "reject.h"
 #include "cache.h"
-#include "blacklist.h"
 #include "privilege.h"
 #include "sslproc.h"
 #include "bandbi.h"
@@ -1527,7 +1525,7 @@ clear_out_old_conf(void)
                alias_dict = NULL;
        }
 
-       destroy_blacklists();
+       del_blacklist_all();
 
        privilegeset_mark_all_illegal();