Skip to content
Snippets Groups Projects

nsec3param: set TTL to the same like for NSEC3...

Merged Libor Peltan requested to merge nsec3param_ttl into master
3 files
+ 11
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -790,7 +790,7 @@ int knot_nsec3_fix_chain(zone_update_t *update,
// ensure that the salt has not changed
if (!knot_nsec3param_uptodate(update->new_cont, params)) {
int ret = knot_nsec3param_update(update, params);
int ret = knot_nsec3param_update(update, params, ttl);
if (ret != KNOT_EOK) {
return ret;
}
Loading