From ddebec8cfdc4d5e55f06c84ccda504d09bea6381 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sun, 20 Mar 2016 03:57:21 -0500 Subject: [PATCH] reslib: really fix it this time --- authd/reslib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authd/reslib.c b/authd/reslib.c index 52589ad1..ecfe0e84 100644 --- a/authd/reslib.c +++ b/authd/reslib.c @@ -166,7 +166,7 @@ irc_res_init(void) #ifndef _WIN32 parse_resvconf(); #else - parse_windows_nameservers(); + parse_windows_resolvers(); #endif if (irc_nscount == 0) add_nameserver("127.0.0.1");