diff options
author | "Robert P. J. Day" | 2006-07-01 14:59:54 +0000 |
---|---|---|
committer | "Robert P. J. Day" | 2006-07-01 14:59:54 +0000 |
commit | d35ef0f66643f2bc43bd7070df0356e0b064b755 (patch) | |
tree | 5aa3ba477deef2545a65b9cd33e316fcb0496044 /networking/ping6.c | |
parent | edd9ca574327205933f23205d7051f613e46b23b (diff) | |
download | busybox-d35ef0f66643f2bc43bd7070df0356e0b064b755.zip busybox-d35ef0f66643f2bc43bd7070df0356e0b064b755.tar.gz |
More removal of "#if 0" content.
Diffstat (limited to 'networking/ping6.c')
-rw-r--r-- | networking/ping6.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/networking/ping6.c b/networking/ping6.c index c15ea5c..f7cb268 100644 --- a/networking/ping6.c +++ b/networking/ping6.c @@ -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); |