authd/providers/rdns: change option name to rdns_timeout
This commit is contained in:
parent
a90465f767
commit
bd7c2037bf
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue