From caba9daada7fc3233da1e3497b096c32d8963b24 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 31 Oct 2013 15:51:08 +0000 Subject: [PATCH] remove unused statement. git-svn-id: file:///svn/unbound/trunk@3003 be551aaa-1e26-0410-a405-d3ace91eadb9 --- ldns/wire2str.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ldns/wire2str.c b/ldns/wire2str.c index d68335247..80222b210 100644 --- a/ldns/wire2str.c +++ b/ldns/wire2str.c @@ -391,9 +391,8 @@ static int ldns_rr_tcttl_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) w += ldns_wire2str_type_print(s, sl, t); if(*dl == 0) return w + ldns_str_print(s, sl, "; Error no ttl"); - else return w + print_remainder_hex( - "; Error malformed ttl 0x", d, dl, s, sl); - return w; + return w + print_remainder_hex( + "; Error malformed ttl 0x", d, dl, s, sl); } t = ldns_read_uint16(*d); c = ldns_read_uint16((*d)+2); -- 2.47.2