mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-09-26 11:44:55 +02:00
Fix broken nsec3-hash integration test, and update ldns=nsec3-hash to also use 0 iterations by default (which makes it now inconsistent with main so this may be revisited later).
This commit is contained in:
@@ -67,7 +67,7 @@ impl LdnsCommand for Nsec3Hash {
|
||||
|
||||
fn parse_ldns<I: IntoIterator<Item = OsString>>(args: I) -> Result<Args, Error> {
|
||||
let mut algorithm = Nsec3HashAlg::SHA1;
|
||||
let mut iterations = 1;
|
||||
let mut iterations = 0;
|
||||
let mut salt = Nsec3Salt::empty();
|
||||
let mut name = None;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user