1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 15:53:12 +02:00

+- Fixed compile error found by Headbang

This commit is contained in:
stskeeps
2000-12-01 11:57:35 +00:00
parent cb0cbda5ed
commit ae0dcf2bbf
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -220,3 +220,4 @@
- Fixed a blocking socket thing
- Fixed up /stats L bug
- Changed CONNECTTIMEOUT to 30sec
- Changed some _more_ credits
+2
View File
@@ -2302,8 +2302,10 @@ char *get_cptr_status(aClient *acptr)
}
else
{
#ifdef USE_SSL
if (acptr->flags & FLAGS_SSL)
*p++ = 's';
#endif
}
*p++ = ']';
*p++ = '\0';