aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-10-05 17:57:23 +0000
committerGerald Combs <gerald@wireshark.org>2010-10-05 17:57:23 +0000
commita0b284c5dbf3c871b997de61a5e4599a8c1f003e (patch)
treee0cd01f75237597890cd6e8eba95a41dad134ed0 /epan/addr_resolv.c
parent0e64b1749ca90d30e623eb7d14ac42e41392cadb (diff)
Add more information to the Info column for some ICMPv6 messages. Add a
small comment to addr_resolv.c. svn path=/trunk/; revision=34384
Diffstat (limited to 'epan/addr_resolv.c')
-rw-r--r--epan/addr_resolv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/addr_resolv.c b/epan/addr_resolv.c
index 47726ffe3b..b4a4784f31 100644
--- a/epan/addr_resolv.c
+++ b/epan/addr_resolv.c
@@ -868,7 +868,7 @@ host_lookup6(const struct e_in6_addr *addr, const gboolean resolve, gboolean *fo
async_dns_queue_msg_t *caqm;
#endif /* HAVE_C_ARES */
struct hostent *hostp;
-#endif
+#endif /* INET6 */
*found = TRUE;