From 4f67c7023951da4b2191ac5faa7a6c49d9541526 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Fri, 1 Apr 2022 10:41:29 -0700 Subject: [PATCH] clear client config by default in 9E constructor --- src/CommandFormats.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 37677020..5bbbcf96 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -653,7 +653,7 @@ struct C_Login_PC_GC_9D_9E { ClientConfig cfg; parray data; - ClientConfigFields() : cfg() { } + ClientConfigFields() : data() { } } client_config; parray unused4; };