aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-08-01 22:59:59 +0000
committerGravatar brain2006-08-01 22:59:59 +0000
commite74bb16a4fcf67a44d1b63bc13d205717a38bb96 (patch)
tree1510c1fe6c7db19fcce0b19b631c385302986baf /src/inspircd.cpp
parentRemove X_ESTAB_CLASSDNS, X_ESTAB_DNS now does the job of this (i TOLD w00t an... (diff)
downloadinspircd++-e74bb16a4fcf67a44d1b63bc13d205717a38bb96.tar.gz
inspircd++-e74bb16a4fcf67a44d1b63bc13d205717a38bb96.tar.bz2
inspircd++-e74bb16a4fcf67a44d1b63bc13d205717a38bb96.zip
Stuff to make user host resolving use class Resolver - not tested yet
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4626 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index a72ee2534..7b298418e 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -827,7 +827,7 @@ void InspIRCd::DoOneIteration(bool process_module_sockets)
case X_LISTEN:
- log(DEBUG,"Type: X_LISTEN_MODULE: fd=%d",activefds[activefd]);
+ log(DEBUG,"Type: X_LISTEN: fd=%d",activefds[activefd]);
/* It's a listener */
uslen = sizeof(sock_us);