Try a fix for NEO-364

This commit is contained in:
Fish 2007-03-11 06:17:46 +00:00
parent bb940ef5ff
commit eee11e93c8
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@ Anything we add/remove/fix/change is in here (even our rants)
Fish (F), Mark (M), DeadNotBuried (D)
===============================================================================
* NeoStats * Version 3.0.a4-dev
- Maybe a Fix for NEO-364 (F)
- Implement Timeouts for CURL (NEO-380) (F)
- StatServ GeoIP was using gethostbyname_r which isn't needed (F)
- Fix ServiceRoot Validate Function and RootNick validate Function (F)

View file

@ -328,6 +328,8 @@ void canx_dns(Module *modptr)
list_delete_destroy_node( dnslist, dnsnode );
dnsnode = lnode2;
}
if (dnsnode == NULL)
continue;
dnsnode = list_next(dnslist, dnsnode);
}
dnsnode = list_first(dnsqueue);