X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/af81d5a0b09446188fd6f9c292b51519f2c1cedd..8e69bb4e903f428b14e2950cce9be39dc8ddd12c:/src/s_auth.c?ds=sidebyside diff --git a/src/s_auth.c b/src/s_auth.c index 124a3c1..3aaa03c 100644 --- a/src/s_auth.c +++ b/src/s_auth.c @@ -433,7 +433,7 @@ timeout_auth_queries_event(void *notused) rb_dlink_node *next_ptr; struct AuthRequest *auth; - DLINK_FOREACH_SAFE(ptr, next_ptr, auth_poll_list.head) + RB_DLINK_FOREACH_SAFE(ptr, next_ptr, auth_poll_list.head) { auth = ptr->data;