Skip to content
Snippets Groups Projects
Commit 41916d30 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

DDNS: Removed an extra free.

- Would drop SOA RRSIG for zones with dnssec-auto disabled.
parent 48dde3b9
No related branches found
No related tags found
No related merge requests found
......@@ -1826,7 +1826,6 @@ int knot_ddns_process_update(knot_zone_contents_t *zone,
assert(ns_serial_compare(sn_rr, sn_new) >= 0);
assert(rr_copy != NULL);
sn_new = sn_rr;
knot_rrset_deep_free(&rr_copy->rrsigs, 1);
soa_end = rr_copy;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment