mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-11 14:54:27 -05:00
Remove lint warning.
git-svn-id: file:///svn/unbound/trunk@3629 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
03d43b3c2e
commit
134924c4da
1 changed files with 1 additions and 1 deletions
|
|
@ -693,7 +693,7 @@ val_dsset_isusable(struct ub_packed_rrset_key* ds_rrset)
|
|||
ds_key_algo_is_supported(ds_rrset, i))
|
||||
return 1;
|
||||
}
|
||||
if(verbose < VERB_ALGO)
|
||||
if(verbosity < VERB_ALGO)
|
||||
return 0;
|
||||
if(rrset_get_count(ds_rrset) == 0)
|
||||
verbose(VERB_ALGO, "DS is not usable");
|
||||
|
|
|
|||
Loading…
Reference in a new issue