aboutsummaryrefslogtreecommitdiff
path: root/networking/route.c
diff options
context:
space:
mode:
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
commitd35ef0f66643f2bc43bd7070df0356e0b064b755 (patch)
tree5aa3ba477deef2545a65b9cd33e316fcb0496044 /networking/route.c
parentedd9ca574327205933f23205d7051f613e46b23b (diff)
downloadbusybox-d35ef0f66643f2bc43bd7070df0356e0b064b755.tar.gz
More removal of "#if 0" content.
Diffstat (limited to 'networking/route.c')
-rw-r--r--networking/route.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/route.c b/networking/route.c
index 062ba8a13..d90578615 100644
--- a/networking/route.c
+++ b/networking/route.c
@@ -628,11 +628,7 @@ static void INET6_displayroutes(int noresolve)
snaddr6.sin6_family = AF_INET6;
INET6_rresolve(naddr6, sizeof(naddr6),
(struct sockaddr_in6 *) &snaddr6,
-#if 0
- (noresolve | 0x8000) /* Default instead of *. */
-#else
0x0fff /* Apparently, upstream never resolves. */
-#endif
);
if (!r) { /* 1st pass */