Fix build

This commit is contained in:
Alexey Sokolov
2017-09-08 00:06:34 +01:00
parent 7e94158c6d
commit e86efb08bd
3 changed files with 18 additions and 18 deletions

View File

@@ -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());