mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
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:
parent
c720c0a3c7
commit
1582c2d1c5
@ -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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user