rdns: properly set provider
This commit is contained in:
parent
cafe4dd8df
commit
9eb410b347
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ bool client_dns_start(struct auth_client *auth)
|
||||||
|
|
||||||
gethost_byaddr(&auth->c_addr, &query->query);
|
gethost_byaddr(&auth->c_addr, &query->query);
|
||||||
notice_client(auth, messages[REPORT_LOOKUP]);
|
notice_client(auth, messages[REPORT_LOOKUP]);
|
||||||
|
set_provider(auth, PROVIDER_RDNS);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue