From: Thomas Markwalder Date: Tue, 30 Sep 2025 19:01:03 +0000 (-0400) Subject: [#4021] Address review comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=733ae7d598e44b532648b466dcf2018d9baa0e18;p=thirdparty%2Fkea.git [#4021] Address review comment modified: ../../hooks/dhcp/mysql/mysql_host_data_source.cc --- diff --git a/src/hooks/dhcp/mysql/mysql_host_data_source.cc b/src/hooks/dhcp/mysql/mysql_host_data_source.cc index 41a8aea1e6..c041541d34 100644 --- a/src/hooks/dhcp/mysql/mysql_host_data_source.cc +++ b/src/hooks/dhcp/mysql/mysql_host_data_source.cc @@ -971,7 +971,7 @@ private: // Convert client classes to string. std::string client_classes; if (client_classes_null_ == MLM_FALSE) { - client_classes.assign(client_classes_,client_classes_length_); + client_classes.assign(client_classes_, client_classes_length_); } // Options are held in a binary or textual format in the database.