]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_accept.c
Change over some dlink functions.
[irc/rqf/shadowircd.git] / modules / m_accept.c
index a26de88f6b95d0ea8591c9c1cd119e6e916948cd..8b86a4c911241bb38b8302eac49fb79290d8b7e0 100644 (file)
@@ -95,8 +95,8 @@ m_accept(struct Client *client_p, struct Client *source_p, int parc, const char
                        continue;
                }
 
-               dlinkFindDestroy(target_p, &source_p->localClient->allow_list);
-               dlinkFindDestroy(source_p, &target_p->on_allow_list);
+               rb_dlinkFindDestroy(target_p, &source_p->localClient->allow_list);
+               rb_dlinkFindDestroy(source_p, &target_p->on_allow_list);
        }
 
        /* get the number of accepts they have */