]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/s_auth.c
Argh, wrong replace caused by MS VS 2005 interface.
[irc/rqf/shadowircd.git] / src / s_auth.c
index 12c3af87f934538e3469b9dbb23f504de201622a..af4ab14bfa893763cd56d620c6ebd701353f11ce 100644 (file)
@@ -426,10 +426,10 @@ static void
 timeout_auth_queries_event(void *notused)
 {
        rb_dlink_node *ptr;
-       rb_dlink_node *rb_free(;
+       rb_dlink_node *next_ptr;
        struct AuthRequest *auth;
 
-       RB_DLINK_FOREACH_SAFE(ptr, rb_free(, auth_poll_list.head)
+       RB_DLINK_FOREACH_SAFE(ptr, next_ptr, auth_poll_list.head)
        {
                auth = ptr->data;