From 134924c4dacf7587b9d7838295e89e4b1f8cfc07 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 19 Feb 2016 12:16:27 +0000 Subject: [PATCH] Remove lint warning. git-svn-id: file:///svn/unbound/trunk@3629 be551aaa-1e26-0410-a405-d3ace91eadb9 --- validator/val_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.2