]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#396,!205] Addressed a typo in the dhcpdb_create.mysql script.
authorMarcin Siodelski <marcin@isc.org>
Wed, 30 Jan 2019 18:01:50 +0000 (19:01 +0100)
committerMarcin Siodelski <marcin@isc.org>
Wed, 30 Jan 2019 18:01:50 +0000 (19:01 +0100)
src/share/database/scripts/mysql/dhcpdb_create.mysql
src/share/database/scripts/mysql/upgrade_7.0_to_8.0.sh.in

index d2a5fc433a22b07bc397959194d0e3c67df5c5c5..825df9ad677584ccd6f8aed79a01d6012985d18a 100644 (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
index f395d6ac100f3d18a9318edaa95b5d53de4192e2..064492aa6f270073a8564f72c35bb2aebc1a2581 100644 (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