1
0
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:
Bram Matthys
2004-05-31 00:32:52 +00:00
parent 24c2b72e1a
commit 9ebd9e9bcf
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
View File
@@ -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;