aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorGravatar brain2005-05-11 00:12:17 +0000
committerGravatar brain2005-05-11 00:12:17 +0000
commit9d449257ea2c404eaedd252602588b2812e42045 (patch)
treeaa687560bea953f19945dac682fe39bdb2b792a4 /src/inspircd.cpp
parentMade ping check loop less regular in kqueue version (diff)
downloadinspircd++-9d449257ea2c404eaedd252602588b2812e42045.tar.gz
inspircd++-9d449257ea2c404eaedd252602588b2812e42045.tar.bz2
inspircd++-9d449257ea2c404eaedd252602588b2812e42045.zip
Dns poll not called often enough
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1359 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 41aaa4356..21e3bffd9 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -4207,9 +4207,7 @@ int InspIRCd(char** argv, int argc)
OLDTIME = TIME;
TIME = time(NULL);
- // poll dns queue
- if (TIME != OLDTIME)
- dns_poll();
+ dns_poll();
// *FIX* Instead of closing sockets in kill_link when they receive the ERROR :blah line, we should queue
// them in a list, then reap the list every second or so.