mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 13:03:12 +02:00
- And one more.
This commit is contained in:
@@ -3217,3 +3217,4 @@ This is the 3.2 fixes branch.
|
||||
- Fixed some other win32 crashes due to modulizing: WHOWAS, STATS [some], SVSMOTD.
|
||||
All caused by missing "MODVAR"s. Reported by Troco (#0001841).
|
||||
- Fixed SSL problem caused by a fix of 2 days ago. Reported by Fury (#0001842).
|
||||
- And one more.
|
||||
|
||||
+1
-1
@@ -164,7 +164,7 @@ static char *our_mod_version()
|
||||
{
|
||||
static char retbuf[128];
|
||||
strlcpy(retbuf, version, sizeof(retbuf));
|
||||
#ifdef USE_SSL
|
||||
#if defined(USE_SSL) && !defined(_WIN32)
|
||||
strlcat(retbuf, "/SSL", sizeof(retbuf));
|
||||
#endif
|
||||
return retbuf;
|
||||
|
||||
Reference in New Issue
Block a user