Commit 928c56bd authored by Pierre-Hugues Husson's avatar Pierre-Hugues Husson Committed by John Wu

Don't use (deleted) copy constructor, use constructor directly to fix build

parent bc6f37ee
......@@ -230,7 +230,7 @@ static int send_prop_msg(const prop_msg* msg) {
static constexpr uint32_t kProtocolVersion1 = 1;
static constexpr uint32_t kProtocolVersion2 = 2; // current
static atomic_uint_least32_t g_propservice_protocol_version = 0;
static atomic_uint_least32_t g_propservice_protocol_version(0);
static void detect_protocol_version() {
char value[PROP_VALUE_MAX];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment