Fixed: Information about wrong password

This commit is contained in:
Konrad 2017-06-24 12:05:32 +02:00
parent 2aac999568
commit 66a9dadb98
2 changed files with 11 additions and 2 deletions

View file

@ -78,7 +78,8 @@ private:
// to notify that a password callback is waiting
// to answer the request, clear the flag and set the password
bool mWantPassword;
bool mPrevIsBad ;
bool mPrevIsBad;
int mCountAttempts;
std::string mTitle;
std::string mKeyName;
std::string mPassword;