squash some compiler warnings

(cherry picked from commit b3021f913e)
This commit is contained in:
Ingmar Runge
2014-02-06 17:52:42 +01:00
committed by Alexey Sokolov
parent 4f40500383
commit e69032af17
6 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ public:
return sCap.Equals("sasl");
}
virtual void OnServerCapResult(const CString& sCap, const bool bSuccess) {
virtual void OnServerCapResult(const CString& sCap, bool bSuccess) {
if (sCap.Equals("sasl")) {
if (bSuccess) {
GetMechanismsString().Split(" ", m_Mechanisms);