diff --git a/src/lib/server/Server.h b/src/lib/server/Server.h index 66a234486..882de58a5 100644 --- a/src/lib/server/Server.h +++ b/src/lib/server/Server.h @@ -358,7 +358,7 @@ private: }; // used in hello message sent to the client - NetworkProtocol m_protocol; + NetworkProtocol m_protocol = NetworkProtocol::Barrier; // the primary screen client PrimaryClient *m_primaryClient;