rdns: properly set provider

This commit is contained in:
Elizabeth Myers 2016-03-10 08:28:22 -06:00
parent cafe4dd8df
commit 9eb410b347

View file

@ -94,6 +94,7 @@ bool client_dns_start(struct auth_client *auth)
gethost_byaddr(&auth->c_addr, &query->query);
notice_client(auth, messages[REPORT_LOOKUP]);
set_provider(auth, PROVIDER_RDNS);
return true;
}