mirror of
https://github.com/znc/znc.git
synced 2026-05-02 03:22:33 +02:00
Fix build
This commit is contained in:
@@ -323,7 +323,7 @@ CString CLogMod::GetServer() {
|
||||
CServer* pServer = GetNetwork()->GetCurrentServer();
|
||||
CString sSSL;
|
||||
|
||||
if (!pServer) return ("(no server)";
|
||||
if (!pServer) return "(no server)";
|
||||
|
||||
if (pServer->IsSSL()) sSSL = "+";
|
||||
return pServer->GetName() + " " + sSSL + CString(pServer->GetPort());
|
||||
|
||||
Reference in New Issue
Block a user