1
0
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:
stskeeps
2001-05-25 16:30:35 +00:00
parent 35655afdea
commit dd8b77b9ec
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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;