mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 18:43:11 +02:00
- Fixed problem with addto_fdlist(cptr->fd) caused by slotpatch
This commit is contained in:
+1
-1
@@ -1422,7 +1422,7 @@ int m_server_estab(cptr)
|
||||
IRCstats.servers++;
|
||||
IRCstats.unknown--;
|
||||
#ifndef NO_FDLIST
|
||||
addto_fdlist(cptr->fd, &serv_fdlist);
|
||||
addto_fdlist(cptr->slot, &serv_fdlist);
|
||||
#endif
|
||||
if ((Find_uline(cptr->name)))
|
||||
cptr->flags |= FLAGS_ULINE;
|
||||
|
||||
Reference in New Issue
Block a user