Try a fix for NEO-364
This commit is contained in:
parent
bb940ef5ff
commit
eee11e93c8
2 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
|
|
Reference in a new issue