]> jfr.im git - solanum.git/commitdiff
authd/providers/rdns: change option name to rdns_timeout
authorElizabeth Myers <redacted>
Mon, 28 Mar 2016 06:55:54 +0000 (01:55 -0500)
committerElizabeth Myers <redacted>
Mon, 28 Mar 2016 06:55:54 +0000 (01:55 -0500)
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 },
 };