From: Razvan Becheriu Date: Fri, 22 May 2026 10:00:50 +0000 (+0000) Subject: [#4483] addressed review comments X-Git-Tag: Kea-3.1.9~22 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=de732a53ff258c0e936d736a435c3a2cecb15a51;p=thirdparty%2Fkea.git [#4483] addressed review comments --- diff --git a/src/hooks/dhcp/mysql/mysql_host_data_source.cc b/src/hooks/dhcp/mysql/mysql_host_data_source.cc index 01401ea2f8..dfc7a08c20 100644 --- a/src/hooks/dhcp/mysql/mysql_host_data_source.cc +++ b/src/hooks/dhcp/mysql/mysql_host_data_source.cc @@ -1494,7 +1494,7 @@ public: columns_[excluded_prefix_index_] = "excluded_prefix"; columns_[excluded_prefix_len_index_] = "excluded_prefix_len"; - static_assert(6 < RESERVATION_COLUMNS, "6 < RESERVATION_COLUMNS");. + static_assert(6 < RESERVATION_COLUMNS, "6 < RESERVATION_COLUMNS"); } /// @brief Returns last fetched reservation id.