2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#396,!205] Addressed a typo in the dhcpdb_create.mysql script.

This commit is contained in:
Marcin Siodelski
2019-01-30 19:01:50 +01:00
parent 6c8ae1e1e1
commit 6d40db07ef
2 changed files with 2 additions and 2 deletions

View File

@@ -1788,7 +1788,7 @@ BEGIN
# scope the audit entry will contain the object_type value
# of the parent object to cause the server to replace the
# entire subnet. The only case when the object_type will be
# set to 'dhcp4_options' is when the global option is added.
# set to 'dhcp4_options' is when a global option is added.
# Global options do not have the owner.
IF @cascade_transaction IS NULL OR @cascade_transaction = 0 THEN
# todo: host manager hasn't been updated to use audit

View File

@@ -471,7 +471,7 @@ BEGIN
# scope the audit entry will contain the object_type value
# of the parent object to cause the server to replace the
# entire subnet. The only case when the object_type will be
# set to 'dhcp4_options' is when the global option is added.
# set to 'dhcp4_options' is when a global option is added.
# Global options do not have the owner.
IF @cascade_transaction IS NULL OR @cascade_transaction = 0 THEN
# todo: host manager hasn't been updated to use audit