0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-06 15:48:53 +02:00

authd/providers/rdns: change option name to rdns_timeout

This commit is contained in:
Elizabeth Myers 2016-03-28 01:55:54 -05:00
parent a90465f767
commit bd7c2037bf

View 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 },
};