X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/a55e57248b809678d3ac3ac716972def07c2c493..90a3c35b295b07ebe3793bf5d3b882c3c1a5dc7c:/src/s_auth.c diff --git a/src/s_auth.c b/src/s_auth.c index 12c3af8..af4ab14 100644 --- a/src/s_auth.c +++ b/src/s_auth.c @@ -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;