1
0
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:
stskeeps
2000-11-05 19:36:11 +00:00
parent e64c18860f
commit 41e02c72a0
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -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)
+2
View File
@@ -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
View File
@@ -2844,7 +2844,7 @@ int m_svso(cptr, sptr, parc, parv)
{
if (*m == (char) *(i + 1))
{
acptr->user->oflags |= flag;
acptr->oflag |= flag;
break;
}
}