From: Wouter Wijngaards Date: Tue, 27 Aug 2013 13:46:41 +0000 (+0000) Subject: remove bool. X-Git-Tag: release-1.4.21^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf67dc2a0db13cbe0d8c7c5ba8beac24f065b35d;p=thirdparty%2Funbound.git remove bool. git-svn-id: file:///svn/unbound/trunk@2948 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/validator/val_utils.c b/validator/val_utils.c index 768f2368a..681bc09d4 100644 --- a/validator/val_utils.c +++ b/validator/val_utils.c @@ -486,7 +486,7 @@ val_verify_DNSKEY_with_DS(struct module_env* env, struct val_env* ve, /* Once we see a single DS with a known digestID and * algorithm, we cannot return INSECURE (with a * "null" KeyEntry). */ - has_useful_ds = true; + has_useful_ds = 1; sec = verify_dnskeys_with_ds_rr(env, ve, dnskey_rrset, ds_rrset, i, reason);