1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-26 18:56:38 +02:00

Fixed a win32 resolver problem with detecting nameservers

This commit is contained in:
codemastr
2004-03-26 21:14:43 +00:00
parent a998fe14cc
commit f095d6e9de
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -3051,3 +3051,5 @@ seen. gmtime warning still there
raistlinmajere (#0001592)
- Fixed a problem with /stats S and extended channel modes (#0001675) reported by
AngryWolf
- Fixed a resolver problem that could cause hosts to not be resolved on some Windows
systems
+1 -1
View File
@@ -409,7 +409,7 @@ void get_res_from_reg_nt()
{
do {
n = 0;
while (*cp && *cp != ' ' && *cp != '\t')
while (*cp && *cp != ' ' && *cp != '\t' && *cp != ',')
++cp;
if (*cp)
{