More removal of "#if 0" content.

This commit is contained in:
"Robert P. J. Day"
2006-07-01 14:59:54 +00:00
parent edd9ca5743
commit d35ef0f666
6 changed files with 0 additions and 93 deletions

View File

@@ -351,12 +351,6 @@ static void ping(const char *host)
struct icmp6_filter filt;
if (!(options & O_VERBOSE)) {
ICMP6_FILTER_SETBLOCKALL(&filt);
#if 0
if ((options & F_FQDN) || (options & F_FQDNOLD) ||
(options & F_NODEADDR) || (options & F_SUPTYPES))
ICMP6_FILTER_SETPASS(ICMP6_NI_REPLY, &filt);
else
#endif
ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filt);
} else {
ICMP6_FILTER_SETPASSALL(&filt);