Skip to content

resolver: fix duplicate removal from val_cname_new_signer to leave one copy

Petr Špaček requested to merge fix_duplicate_removal into master

pspacek and gdemidov managed to merge own version of duplicate record removal at the same time, effectively removing both copies of the record.

This fix adds one copy back so the test has exactly one copy, as we originally intended.

Merge request reports