summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0c1b6ab)
raw | patch | inline | side by side (parent: 0c1b6ab)
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 05e4695295a157be75f1f68330f4cd9bf1cbc398..73db619b6816b60f25616006446e9bf4ace56e64 100644 (file)
--- a/src/utils_dns.c
+++ b/src/utils_dns.c
|| (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. */
{