From 77810168e04950e57872d66da51c1fb57ab55d73 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Sat, 22 Feb 2020 16:58:11 +0100 Subject: [PATCH] fix: initialize context --- test/webfuse/tests/provider/test_client_protocol.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/webfuse/tests/provider/test_client_protocol.cc b/test/webfuse/tests/provider/test_client_protocol.cc index 409efc3..beeaf52 100644 --- a/test/webfuse/tests/provider/test_client_protocol.cc +++ b/test/webfuse/tests/provider/test_client_protocol.cc @@ -22,6 +22,7 @@ public: : server(nullptr) , config(nullptr) , protocol(nullptr) + , context(nullptr) { // empty }