diff options
author | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-01 14:59:54 +0000 |
---|---|---|
committer | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-01 14:59:54 +0000 |
commit | d35ef0f66643f2bc43bd7070df0356e0b064b755 (patch) | |
tree | 5aa3ba477deef2545a65b9cd33e316fcb0496044 /networking/ping6.c | |
parent | edd9ca574327205933f23205d7051f613e46b23b (diff) | |
download | busybox-w32-d35ef0f66643f2bc43bd7070df0356e0b064b755.tar.gz busybox-w32-d35ef0f66643f2bc43bd7070df0356e0b064b755.tar.bz2 busybox-w32-d35ef0f66643f2bc43bd7070df0356e0b064b755.zip |
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 c15ea5c4a..f7cb268d2 100644 --- a/networking/ping6.c +++ b/networking/ping6.c | |||
@@ -351,12 +351,6 @@ static void ping(const char *host) | |||
351 | struct icmp6_filter filt; | 351 | struct icmp6_filter filt; |
352 | if (!(options & O_VERBOSE)) { | 352 | if (!(options & O_VERBOSE)) { |
353 | ICMP6_FILTER_SETBLOCKALL(&filt); | 353 | ICMP6_FILTER_SETBLOCKALL(&filt); |
354 | #if 0 | ||
355 | if ((options & F_FQDN) || (options & F_FQDNOLD) || | ||
356 | (options & F_NODEADDR) || (options & F_SUPTYPES)) | ||
357 | ICMP6_FILTER_SETPASS(ICMP6_NI_REPLY, &filt); | ||
358 | else | ||
359 | #endif | ||
360 | ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filt); | 354 | ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filt); |
361 | } else { | 355 | } else { |
362 | ICMP6_FILTER_SETPASSALL(&filt); | 356 | ICMP6_FILTER_SETPASSALL(&filt); |