]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1428] Added missing comment
authorMarcin Siodelski <marcin@isc.org>
Sun, 4 Oct 2020 18:26:40 +0000 (20:26 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 5 Oct 2020 13:14:58 +0000 (13:14 +0000)
As a result of review.

src/lib/dhcpsrv/pgsql_host_data_source.cc

index 18acf02b80c0df0768af68fe6f937ef07c603922..46c844906485d54115817df252b02d82212b57c2 100644 (file)
@@ -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,