From: Marcin Siodelski Date: Sun, 4 Oct 2020 18:26:40 +0000 (+0200) Subject: [#1428] Added missing comment X-Git-Tag: Kea-1.9.1~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1900463d4a61b5e2bcf7e136cc0a1f42b0c65dcc;p=thirdparty%2Fkea.git [#1428] Added missing comment As a result of review. --- diff --git a/src/lib/dhcpsrv/pgsql_host_data_source.cc b/src/lib/dhcpsrv/pgsql_host_data_source.cc index 18acf02b80..46c8449064 100644 --- a/src/lib/dhcpsrv/pgsql_host_data_source.cc +++ b/src/lib/dhcpsrv/pgsql_host_data_source.cc @@ -1990,6 +1990,7 @@ TaggedStatementArray tagged_statements = { { "ORDER BY h.host_id, o.option_id, r.reservation_id" }, + // PgSqlHostDataSourceImpl::INSERT_HOST_NON_UNIQUE_IP // Inserts a host into the 'hosts' table without checking that there is // a reservation for the IP address. {13,