From bd7c2037bff076f977b0d119a8d75987e273ecd2 Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Mon, 28 Mar 2016 01:55:54 -0500 Subject: [PATCH] authd/providers/rdns: change option name to rdns_timeout --- authd/providers/rdns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authd/providers/rdns.c b/authd/providers/rdns.c index e5e1f6ddc..e4f2430e3 100644 --- a/authd/providers/rdns.c +++ b/authd/providers/rdns.c @@ -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 }, };