1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

fix: initialize context

This commit is contained in:
Falk Werner
2020-02-22 16:58:11 +01:00
parent c6265aeaf7
commit 77810168e0

View File

@@ -22,6 +22,7 @@ public:
: server(nullptr)
, config(nullptr)
, protocol(nullptr)
, context(nullptr)
{
// empty
}