X_MODULE -> X_ESTAB_MODULE

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2329 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2005-12-12 12:08:39 +00:00
parent c720c0a3c7
commit 1582c2d1c5

View File

@ -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++)
{