mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 09:13:12 +02:00
+- Fixed compile error with SSL
This commit is contained in:
@@ -683,3 +683,4 @@
|
||||
- When IRC WebTV bot cannot find a command, it sends it to parse() instead,
|
||||
thanks [Real]
|
||||
- Added burst.c in extras/
|
||||
- Moved lopt and whowas to anUser (saves 8 bytes for every server)
|
||||
|
||||
@@ -1891,7 +1891,9 @@ int read_message(delay, listp)
|
||||
}
|
||||
|
||||
if (DBufLength(&cptr->sendQ) || IsConnecting(cptr) ||
|
||||
#ifdef USE_SSL
|
||||
cptr->flags & FLAGS_SSL_HSHAKE ||
|
||||
#endif
|
||||
(DoList(cptr) && IsSendable(cptr)))
|
||||
FD_SET(i, &write_set);
|
||||
}
|
||||
|
||||
+1
-1
@@ -2844,7 +2844,7 @@ int m_svso(cptr, sptr, parc, parv)
|
||||
{
|
||||
if (*m == (char) *(i + 1))
|
||||
{
|
||||
acptr->user->oflags |= flag;
|
||||
acptr->oflag |= flag;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user