0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-30 04:38:52 +02:00

reslib: really fix it this time

This commit is contained in:
William Pitcock 2016-03-20 03:57:21 -05:00
parent f23719b7cd
commit ddebec8cfd

View file

@ -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");