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:
@@ -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
@@ -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