X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/62d289465fbe0c51a6a86f642f8b88d7b44bcb47..1d39b466d4ddd974674c9397589d45935c746ed0:/src/modules.c diff --git a/src/modules.c b/src/modules.c index e8e17d5..068ab75 100644 --- a/src/modules.c +++ b/src/modules.c @@ -28,7 +28,7 @@ #include "modules.h" -#include "s_log.h" +#include "logger.h" #include "ircd.h" #include "client.h" #include "send.h" @@ -184,7 +184,7 @@ mod_clear_paths(void) RB_DLINK_FOREACH_SAFE(ptr, next_ptr, mod_paths.head) { rb_free(ptr->data); - free_rb_dlink_node(ptr); + rb_free_rb_dlink_node(ptr); } mod_paths.head = mod_paths.tail = NULL;