From: Florian Forster Date: Fri, 1 Jun 2012 05:45:30 +0000 (+0200) Subject: src/utils_dns.c: Remove duplicate line. X-Git-Tag: collectd-5.0.5~7^2~11 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=e06c9a7cbc62b82c9ef5a4074a94c037174ca723 src/utils_dns.c: Remove duplicate line. --- diff --git a/src/utils_dns.c b/src/utils_dns.c index 05e46952..73db619b 100644 --- a/src/utils_dns.c +++ b/src/utils_dns.c @@ -451,7 +451,6 @@ handle_ipv6 (struct ip6_hdr *ipv6, int len) || (IPPROTO_HOPOPTS == nexthdr) /* Hop-by-Hop options. */ || (IPPROTO_FRAGMENT == nexthdr) /* fragmentation header. */ || (IPPROTO_DSTOPTS == nexthdr) /* destination options. */ - || (IPPROTO_DSTOPTS == nexthdr) /* destination options. */ || (IPPROTO_AH == nexthdr) /* destination options. */ || (IPPROTO_ESP == nexthdr)) /* encapsulating security payload. */ {