1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 22:23:13 +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
+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)
{