From: Marcin Siodelski Date: Wed, 3 Jul 2019 12:43:29 +0000 (+0200) Subject: [#714,!409] Corrected a comment in the mysql_cb. X-Git-Tag: Kea-1.6.0-beta2~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33e02e168b02d0a1ffd82a8276b14b55007f8a40;p=thirdparty%2Fkea.git [#714,!409] Corrected a comment in the mysql_cb. --- diff --git a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc index 8693edb7c5..162fe07a61 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc +++ b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc @@ -2402,7 +2402,7 @@ TaggedStatementArray tagged_statements = { { MYSQL_DELETE_OPTION(dhcp4, AND o.scope_id = 0 AND o.code = ? AND o.space = ?) }, - // Delete all options which are unassigned to any servers. + // Delete all global options which are unassigned to any servers. { MySqlConfigBackendDHCPv4Impl::DELETE_ALL_GLOBAL_OPTIONS4_UNASSIGNED, MYSQL_DELETE_OPTION_UNASSIGNED(dhcp4, AND o.scope_id = 0) },