mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
authd: properly iterate through all outstanding rdns queries on timeout
This commit is contained in:
parent
9eb410b347
commit
c70ae2e5cb
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue