projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c1b6ab
)
src/utils_dns.c: Remove duplicate line.
author
Florian Forster
<octo@collectd.org>
Fri, 1 Jun 2012 05:45:30 +0000
(07:45 +0200)
committer
Florian Forster
<octo@collectd.org>
Fri, 1 Jun 2012 05:45:30 +0000
(07:45 +0200)
src/utils_dns.c
patch
|
blob
|
history
diff --git
a/src/utils_dns.c
b/src/utils_dns.c
index
05e4695
..
73db619
100644
(file)
--- 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. */
{