From: Marcin Siodelski Date: Tue, 16 Apr 2019 12:04:42 +0000 (+0200) Subject: [397-cb-implement-mysqlconfigbackenddhcpv6] Corrected argument description. X-Git-Tag: Kea-1.6.0-beta~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ce5bafdbea6d29c3b2338a89b7c4310fdb43cf4;p=thirdparty%2Fkea.git [397-cb-implement-mysqlconfigbackenddhcpv6] Corrected argument description. --- diff --git a/src/hooks/dhcp/mysql_cb/mysql_cb_impl.h b/src/hooks/dhcp/mysql_cb/mysql_cb_impl.h index ebeccec458..c08d7cb298 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_cb_impl.h +++ b/src/hooks/dhcp/mysql_cb/mysql_cb_impl.h @@ -376,8 +376,8 @@ public: /// @param insert_option_def Statement inserting option definition. /// @param update_option_def Statement updating option definition. /// @param create_audit_revision Statement creating audit revision. - /// @param insert_option_def_server Statement inserting option - /// definition in the server table. + /// @param insert_option_def_server Statement associating option + /// definition with a server. /// @throw NotImplemented if server selector is "unassigned". void createUpdateOptionDef(const db::ServerSelector& server_selector, const OptionDefinitionPtr& option_def,