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:
@@ -220,3 +220,4 @@
|
||||
- Fixed a blocking socket thing
|
||||
- Fixed up /stats L bug
|
||||
- Changed CONNECTTIMEOUT to 30sec
|
||||
- Changed some _more_ credits
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user