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:
@@ -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
@@ -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