diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-14 10:14:51 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-14 10:14:51 +0000 |
commit | 09934120a7e3b080f5f79f26da3b3bc2946753ee (patch) | |
tree | 4bdf7b757c5e218a03ef43be51dbd8adf7de4639 /protocols/JabberG/src/jabber_secur.cpp | |
parent | cb56b3c8913ff8ea50a92a6b74e0342d6377a235 (diff) |
Jabber: warning level 4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11395 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_secur.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_secur.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_secur.cpp b/protocols/JabberG/src/jabber_secur.cpp index de6a62609b..d8112927ae 100644 --- a/protocols/JabberG/src/jabber_secur.cpp +++ b/protocols/JabberG/src/jabber_secur.cpp @@ -248,7 +248,7 @@ void TScramAuth::Hi(BYTE* res, char* passw, size_t passwLen, char* salt, size_t char* TScramAuth::getChallenge(const TCHAR *challenge)
{
- unsigned chlLen, saltLen;
+ unsigned chlLen, saltLen = 0;
ptrA snonce, salt;
int ind = -1;
|