aboutsummaryrefslogtreecommitdiff
path: root/networking/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/route.c')
-rw-r--r--networking/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/route.c b/networking/route.c
index bfa58da2a..55a6c2155 100644
--- a/networking/route.c
+++ b/networking/route.c
@@ -656,7 +656,7 @@ int route_main(int argc, char **argv)
656 } 656 }
657 } 657 }
658 658
659 opt = getopt32(argc, argv, "A:ne", &family); 659 opt = getopt32(argv, "A:ne", &family);
660 660
661 if ((opt & ROUTE_OPT_A) && strcmp(family, "inet") != 0) { 661 if ((opt & ROUTE_OPT_A) && strcmp(family, "inet") != 0) {
662#if ENABLE_FEATURE_IPV6 662#if ENABLE_FEATURE_IPV6