]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/modules.c
Branch merge.
[irc/rqf/shadowircd.git] / src / modules.c
index e8e17d5bd60d2867bf35cd6c0771fabbd4324245..068ab75e3d82c0968e7f96859f91b78d14576ab4 100644 (file)
@@ -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;