From 072ce62d236a377b6ef442bd43948ceda1220026 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 19 Feb 2015 15:42:29 +1100 Subject: [PATCH] used unsigned zero --- lib/dns/rdata/generic/keydata_65533.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/rdata/generic/keydata_65533.c b/lib/dns/rdata/generic/keydata_65533.c index 00cf084eb6..2c6362fc85 100644 --- a/lib/dns/rdata/generic/keydata_65533.c +++ b/lib/dns/rdata/generic/keydata_65533.c @@ -206,7 +206,7 @@ totext_keydata(ARGS_TOTEXT) { isc_time_formathttptimestamp(&t, rbuf, sizeof(rbuf)); RETERR(str_totext(rbuf, target)); - if (add == 0) { + if (add == 0U) { RETERR(str_totext(tctx->linebreak, target)); RETERR(str_totext("; no trust", target)); } else { @@ -224,7 +224,7 @@ totext_keydata(ARGS_TOTEXT) { RETERR(str_totext(abuf, target)); } - if (remove != 0) { + if (remove != 0U) { RETERR(str_totext(tctx->linebreak, target)); RETERR(str_totext("; removal pending: ", target));