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:
parent
f23719b7cd
commit
ddebec8cfd
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue