X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/cc200171d7c40be3b204460f9c14d5d37e771866..a55e57248b809678d3ac3ac716972def07c2c493:/src/s_auth.c diff --git a/src/s_auth.c b/src/s_auth.c index af4ab14..12c3af8 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 *next_ptr; + rb_dlink_node *rb_free(; struct AuthRequest *auth; - RB_DLINK_FOREACH_SAFE(ptr, next_ptr, auth_poll_list.head) + RB_DLINK_FOREACH_SAFE(ptr, rb_free(, auth_poll_list.head) { auth = ptr->data;