src/utils_dns.c: Remove duplicate line.
authorFlorian Forster <octo@collectd.org>
Fri, 1 Jun 2012 05:45:30 +0000 (07:45 +0200)
committerFlorian Forster <octo@collectd.org>
Fri, 1 Jun 2012 05:45:30 +0000 (07:45 +0200)
src/utils_dns.c

index 05e4695..73db619 100644 (file)
@@ -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. */
     {