]> jfr.im git - solanum.git/blobdiff - authd/providers/rdns.c
authd: misc fixes
[solanum.git] / authd / providers / rdns.c
index e5e1f6ddcd29015db0b11ff162641ce3d4a2e041..e4f2430e3edc2824e29b996ce600a078ee7553c3 100644 (file)
@@ -189,7 +189,7 @@ add_conf_dns_timeout(const char *key, int parc, const char **parv)
 
 struct auth_opts_handler rdns_options[] =
 {
-       { "dns_timeout", 1, add_conf_dns_timeout },
+       { "rdns_timeout", 1, add_conf_dns_timeout },
        { NULL, 0, NULL },
 };