mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-07 18:55:23 +01:00
+- Fixed compile error found by Headbang
This commit is contained in:
parent
cb0cbda5ed
commit
ae0dcf2bbf
2 changed files with 3 additions and 0 deletions
1
Changes
1
Changes
|
@ -220,3 +220,4 @@
|
|||
- Fixed up /stats L bug
|
||||
- Changed CONNECTTIMEOUT to 30sec
|
||||
- Changed some _more_ credits
|
||||
- Fixed compile error found by Headbang
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue