]> git.ipfire.org Git - thirdparty/pdns.git/commit
For EXTEND operations, perform the RRSet check once computed.
authorMiod Vallat <miod.vallat@powerdns.com>
Wed, 21 Jan 2026 14:13:55 +0000 (15:13 +0100)
committerMiod Vallat <miod.vallat@powerdns.com>
Wed, 21 Jan 2026 14:43:16 +0000 (15:43 +0100)
commitbb97b64bf6293bcb3dc94f6750d0a42044e0f1a6
treecd0c35a543fece63330f4f3d59e0dd069851fe84
parent5235ce20e211240a137a9c160116a2527ab2fa8e
For EXTEND operations, perform the RRSet check once computed.

The check was performed only on the record to add, and checkRRSet can't do
anything when passed a single record...

Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
pdns/ws-auth.cc