0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-17 23:40:57 +01: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 #ifndef _WIN32
parse_resvconf(); parse_resvconf();
#else #else
parse_windows_nameservers(); parse_windows_resolvers();
#endif #endif
if (irc_nscount == 0) if (irc_nscount == 0)
add_nameserver("127.0.0.1"); add_nameserver("127.0.0.1");