mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-06-08 16:12:37 -04:00
dnssec/zone-sign: fix a typo
This commit is contained in:
parent
8c264557ae
commit
d4e935c4ce
1 changed files with 1 additions and 1 deletions
|
|
@ -921,7 +921,7 @@ bool knot_zone_sign_use_key(const zone_key_t *key, const knot_rrset_t *covered)
|
|||
}
|
||||
|
||||
bool active_ksk = ((key->is_active || key->is_ksk_active_plus) && key->is_ksk);
|
||||
bool active_zsk = ((key->is_active || key->is_zsk_active_plus) && key->is_zsk);;
|
||||
bool active_zsk = ((key->is_active || key->is_zsk_active_plus) && key->is_zsk);
|
||||
|
||||
// this may be a problem with offline KSK
|
||||
bool cds_sign_by_ksk = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue