diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-13 19:43:43 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-13 19:43:43 +0000 |
commit | d7522cd852f6d1821b00774441762f73403341fe (patch) | |
tree | 4438548a7c1c8a447ffa93bae9400e519f1a5b2e /src/inspircd.cpp | |
parent | 60c0d762305b8ad51aaa3eb4fc0cfcedf6d46cdd (diff) |
Got rid of the evil loopy horrid mess in dnsqueue.cpp (singlethreaded dns lookups)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2377 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index a92a8ffdc..4d68da04f 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -2475,7 +2475,6 @@ int InspIRCd(char** argv, int argc) * within it, making them 'fire and forget' * and independent of the mainloop. */ - log(DEBUG,"Got a ready socket of type X_ESTAB_DNS"); #ifndef THREADED_DNS dns_poll(activefds[activefd]); #endif |