]> git.ipfire.org Git - thirdparty/kea.git/commit
[#2094] Removed client class insert
authorMarcin Siodelski <marcin@isc.org>
Mon, 20 Sep 2021 09:25:31 +0000 (11:25 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 20 Sep 2021 21:15:03 +0000 (23:15 +0200)
commitb4f5a243c6fd30b0450850fc0318b2bdae138786
tree551e4f8acec031d8a657caa15052d86e2be6763f
parent5d79ff7ade259646d4f781701683505df7ed92bb
[#2094] Removed client class insert

Removed inserting dhcp client class from host manager. Previously, the
host manager would set dhcp_client_class column to an empty string causing
a referential integrity error with client classes. The column is now set
to null by default.
src/lib/dhcpsrv/mysql_host_data_source.cc