From: brain Date: Sat, 2 Apr 2005 00:58:33 +0000 (+0000) Subject: One final attempt at fixing some of craigs whinges -- poll routine auto clears the... X-Git-Tag: v2.0.23~10699 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=1d918f525e73c5061e4ad9e17d745455b6837ace;p=user%2Fhenk%2Fcode%2Finspircd.git One final attempt at fixing some of craigs whinges -- poll routine auto clears the stale lookups git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@949 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/dnsqueue.cpp b/src/dnsqueue.cpp index 6d5c37405..5668355b8 100644 --- a/src/dnsqueue.cpp +++ b/src/dnsqueue.cpp @@ -281,6 +281,7 @@ void dns_poll() dnsq[j].Reset(); } } + else dnsq[j].Reset(); } } diff --git a/src/inspircd.cpp b/src/inspircd.cpp index d3fcfa2df..eda78a84b 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -1698,7 +1698,7 @@ void kick_channel(userrec *src,userrec *user, chanrec *Ptr, char* reason) /* This function pokes and hacks at a parameter list like the following: * - * PART #winbot, #darkgalaxy :m00! + * PART #winbot,#darkgalaxy :m00! * * to turn it into a series of individual calls like this: *