1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-01 05:56:38 +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
View File
@@ -512,3 +512,4 @@ seen. gmtime warning still there
- Fixed /trace problem with slots (idea from ircu2.10.01+winnt)
- Fixed listener problem, reported by McSkaf
- Minor Win32 bug fix
- Fixed problem with addto_fdlist(cptr->fd) caused by slotpatch
+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;