From 8d278b5d9cba6c5b41477994e7a567c9218d2c3f Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 12 Nov 2007 01:33:13 +0000 Subject: Argh, i give up git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8594 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 21c97a703..923613002 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -488,9 +488,6 @@ InspIRCd::InspIRCd(int argc, char** argv) if (Config->FileErrors) { - /* One or more file download/access errors, do not - * proceed to second pass - */ for (std::map::iterator x = Config->IncludedFiles.begin(); x != Config->IncludedFiles.end(); ++x) { if (!x->second) @@ -718,6 +715,7 @@ void InspIRCd::BufferedSocketCull() { for (std::map::iterator x = SocketCull.begin(); x != SocketCull.end(); ++x) { + Log(DEBUG,"Cull socket"); SE->DelFd(x->second); x->second->Close(); delete x->second; -- cgit v1.2.3