]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4061] Missing init (CID 1662681)
authorFrancis Dupont <fdupont@isc.org>
Fri, 28 Nov 2025 10:34:33 +0000 (11:34 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 9 Dec 2025 22:25:41 +0000 (23:25 +0100)
src/hooks/dhcp/mysql/mysql_host_data_source.cc

index c041541d349eb9c9e6a406b35c434ff84bf51a78..3034bb520bd15f34497b3311e1d465ef1e7e11f7 100644 (file)
@@ -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),