From: tcarpay <8014108+TCY16@users.noreply.github.com> Date: Mon, 8 Nov 2021 11:28:03 +0000 (+0100) Subject: Update util/data/msgparse.c X-Git-Tag: release-1.14.0rc1~27^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0df340b1e6b641ebcf8268658c81814426fed4b;p=thirdparty%2Funbound.git Update util/data/msgparse.c Co-authored-by: gthess --- diff --git a/util/data/msgparse.c b/util/data/msgparse.c index 7841b628b..f9e7881b8 100644 --- a/util/data/msgparse.c +++ b/util/data/msgparse.c @@ -1187,7 +1187,6 @@ parse_edns_from_pkt(sldns_buffer* pkt, struct edns_data* edns, rdata_ptr = sldns_buffer_current(pkt); /* ignore rrsigs */ return parse_edns_options(rdata_ptr, rdata_len, edns, cfg, c, region); - return 0; } void