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:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user