]> git.ipfire.org Git - thirdparty/pdns.git/commit
Prevent duplicate records in pdnsutil add-record.
authorMiod Vallat <miod.vallat@powerdns.com>
Mon, 17 Feb 2025 14:14:30 +0000 (15:14 +0100)
committerMiod Vallat <miod.vallat@powerdns.com>
Wed, 5 Mar 2025 07:33:15 +0000 (08:33 +0100)
commitb005f9823c279f8f3bc40ed8a03dea62ca2d2df9
tree400426dff83bfd9e1971f25a194a4e7d12afff49
parent5fe6ab4d0a50cadf0dce448f46bf962e6ee9d99d
Prevent duplicate records in pdnsutil add-record.

When adding records with pdnsutil, the combination of the existing and
to-be-added records will now be dedup'ed.

Fixes: #4727
pdns/pdnsutil.cc