Skip to content
Snippets Groups Projects
Commit 73d901ef authored by Libor Peltan's avatar Libor Peltan
Browse files

coding mistake

parent c9d2fc14
No related branches found
No related tags found
No related merge requests found
Pipeline #47248 passed with warnings
......@@ -279,7 +279,7 @@ static bool zone_update_changed_nsec3param(const zone_update_t *update)
dnssec_nsec3_params_t *orig = &update->zone->contents->nsec3_params;
dnssec_nsec3_params_t *upd = &update->new_cont->nsec3_params;
return dnssec_nsec3_params_match(orig, upd);
return !dnssec_nsec3_params_match(orig, upd);
}
const knot_rdataset_t *zone_update_from(zone_update_t *update)
......
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