(cherry picked from commit b31228669206d59f6a0c9ccf6edff4a6d23278df) Source commit: 790015ee5d6c42a3f1bef9789d8c3acbf3471aa7
@@ -1804,7 +1804,7 @@ bool __fastcall TSessionData::HasAnySessionPassword()
// Keep in sync with ClearSessionPasswords
return
HasPassword() ||
- !FTunnelPassword.IsEmpty() ||
+ !FTunnelPassword.IsEmpty() ||
// will probably be never used
!FNewPassword.IsEmpty();
}