]> jfr.im git - solanum.git/blobdiff - authd/providers/rdns.c
authd: assume all providers are running
[solanum.git] / authd / providers / rdns.c
index b646846059615bf0937a5450a86173d1220ae869..a0232f60e49c2dad64a507eccc2bd67f973c4668 100644 (file)
@@ -137,7 +137,6 @@ rdns_start(struct auth_client *auth)
        query->query = lookup_hostname(auth->c_ip, dns_answer_callback, auth);
 
        notice_client(auth->cid, messages[REPORT_LOOKUP]);
-       set_provider_running(auth, SELF_PID);
        return true;
 }