From: Andrei Pavel Date: Tue, 20 Jul 2021 09:54:55 +0000 (+0000) Subject: [#1928] Applied suggested change to comment X-Git-Tag: Kea-1.9.10~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba7bba1fcc1373943b6c1dcec0bd5a31ea609b95;p=thirdparty%2Fkea.git [#1928] Applied suggested change to comment --- diff --git a/src/share/database/scripts/mysql/dhcpdb_create.mysql b/src/share/database/scripts/mysql/dhcpdb_create.mysql index 98c2c89bcb..1617e1e3e2 100644 --- a/src/share/database/scripts/mysql/dhcpdb_create.mysql +++ b/src/share/database/scripts/mysql/dhcpdb_create.mysql @@ -3627,7 +3627,7 @@ DROP PROCEDURE IF EXISTS setClientClass6Order; -- - id id of the positioned class, -- - follow_class_name name of the class after which this class should be -- positioned within the class hierarchy. --- - old_follow_class_name previous name of the class after which this +-- - old_follow_class_name name of the previous class after which this -- class was positioned within the class hierarchy. -- ----------------------------------------------------------------------- DELIMITER $$