From: Francis Dupont Date: Fri, 28 Nov 2025 10:34:33 +0000 (+0100) Subject: [#4061] Missing init (CID 1662681) X-Git-Tag: Kea-3.1.5~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a1f022592f796f650fd7097def024dd844d05c3;p=thirdparty%2Fkea.git [#4061] Missing init (CID 1662681) --- diff --git a/src/hooks/dhcp/mysql/mysql_host_data_source.cc b/src/hooks/dhcp/mysql/mysql_host_data_source.cc index c041541d34..3034bb520b 100644 --- a/src/hooks/dhcp/mysql/mysql_host_data_source.cc +++ b/src/hooks/dhcp/mysql/mysql_host_data_source.cc @@ -889,7 +889,7 @@ private: : universe_(universe), start_column_(start_column), option_id_(0), code_(0), value_length_(0), formatted_value_length_(0), space_length_(0), persistent_(false), cancelled_(false), - user_context_length_(0), + user_context_length_(0), client_classes_length_(0), option_id_null_(MLM_FALSE), code_null_(MLM_FALSE), value_null_(MLM_FALSE), formatted_value_null_(MLM_FALSE), space_null_(MLM_FALSE), user_context_null_(MLM_FALSE),