From: Wouter Wijngaards Date: Fri, 19 Feb 2016 12:16:27 +0000 (+0000) Subject: Remove lint warning. X-Git-Tag: release-1.5.8~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=134924c4dacf7587b9d7838295e89e4b1f8cfc07;p=thirdparty%2Funbound.git Remove lint warning. git-svn-id: file:///svn/unbound/trunk@3629 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/validator/val_utils.c b/validator/val_utils.c index 0315cade2..94f00a7f7 100644 --- a/validator/val_utils.c +++ b/validator/val_utils.c @@ -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");