From c70ae2e5cbb5fb492e0163f35d5d4efe16162e1f Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Thu, 10 Mar 2016 08:43:46 -0600 Subject: [PATCH] authd: properly iterate through all outstanding rdns queries on timeout --- authd/providers/rdns.c | 1 - 1 file changed, 1 deletion(-) diff --git a/authd/providers/rdns.c b/authd/providers/rdns.c index 34cd1674c..611a41a60 100644 --- a/authd/providers/rdns.c +++ b/authd/providers/rdns.c @@ -186,7 +186,6 @@ static void timeout_dns_queries_event(void *notused) if(query->auth && query->timeout < rb_current_time()) { client_fail(query, REPORT_FAIL); - return; } } }