]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4483] addressed review comments
authorRazvan Becheriu <razvan@isc.org>
Fri, 22 May 2026 10:00:50 +0000 (10:00 +0000)
committerRazvan Becheriu <razvan@isc.org>
Fri, 22 May 2026 13:15:04 +0000 (13:15 +0000)
src/hooks/dhcp/mysql/mysql_host_data_source.cc

index 01401ea2f81b42ecc5f6d2f4ae682c8ef5e09360..dfc7a08c20c0a8b631cf0a107db2ce10d220889f 100644 (file)
@@ -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.