summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-12 12:08:39 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-12 12:08:39 +0000
commit1582c2d1c54fedb39869d9632f77f848e62cd55e (patch)
tree97405ea8207f06db52c623833e73cfe970f70a7b
parentc720c0a3c7e990bd70507791c13e728ea7bfc21c (diff)
X_MODULE -> X_ESTAB_MODULE
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2329 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/inspircd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 1f80ffd97..01cf4f392 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -2684,9 +2684,9 @@ int InspIRCd(char** argv, int argc)
ProcessUser(cu);
}
}
- else if (SE->GetType(activefds[activefd]) == X_MODULE)
+ else if (SE->GetType(activefds[activefd]) == X_ESTAB_MODULE)
{
- log(DEBUG,"Got a ready socket of type X_MODULE");
+ log(DEBUG,"Got a ready socket of type X_ESTAB_MODULE");
unsigned int numsockets = module_sockets.size();
for (std::vector<InspSocket*>::iterator a = module_sockets.begin(); a < module_sockets.end(); a++)
{