diff options
Diffstat (limited to 'Swiften/Component/UnitTest/ComponentSessionTest.cpp')
-rw-r--r-- | Swiften/Component/UnitTest/ComponentSessionTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Component/UnitTest/ComponentSessionTest.cpp b/Swiften/Component/UnitTest/ComponentSessionTest.cpp index 63c89dc..48c6d8d 100644 --- a/Swiften/Component/UnitTest/ComponentSessionTest.cpp +++ b/Swiften/Component/UnitTest/ComponentSessionTest.cpp @@ -214,7 +214,7 @@ class ComponentSessionTest : public CppUnit::TestFixture { }; std::shared_ptr<MockSessionStream> server; - bool sessionFinishedReceived; + bool sessionFinishedReceived = false; std::shared_ptr<Error> sessionFinishedError; std::shared_ptr<CryptoProvider> crypto; }; |