diff options
Diffstat (limited to 'src/server/authserver/Server/AuthSession.cpp')
-rw-r--r-- | src/server/authserver/Server/AuthSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Server/AuthSession.cpp b/src/server/authserver/Server/AuthSession.cpp index bc90743a771..dd7390da085 100644 --- a/src/server/authserver/Server/AuthSession.cpp +++ b/src/server/authserver/Server/AuthSession.cpp @@ -832,7 +832,7 @@ bool AuthSession::VerifyVersion(uint8 const* a, int32 aLength, Trinity::Crypto:: if (!sConfigMgr->GetBoolDefault("StrictVersionCheck", false)) return true; - Trinity::Crypto::SHA1::Digest zeros; + Trinity::Crypto::SHA1::Digest zeros = { }; Trinity::Crypto::SHA1::Digest const* versionHash = nullptr; if (!isReconnect) { |