(tls options client) TLSOptions struct _validated member should be initialized to false

This commit is contained in:
Benjamin Sergeant
2019-12-17 14:10:28 -08:00
parent 862f8ea2d4
commit 0679b6399f
3 changed files with 6 additions and 2 deletions

View File

@ -45,6 +45,6 @@ namespace ix
private:
mutable std::string _errMsg;
mutable bool _validated;
mutable bool _validated = false;
};
} // namespace ix

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "7.5.4"
#define IX_WEBSOCKET_VERSION "7.5.5"