From 733ae7d598e44b532648b466dcf2018d9baa0e18 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Tue, 30 Sep 2025 15:01:03 -0400 Subject: [PATCH] [#4021] Address review comment modified: ../../hooks/dhcp/mysql/mysql_host_data_source.cc --- src/hooks/dhcp/mysql/mysql_host_data_source.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3