summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-09-15 08:35:37 +0000
committerPaul Traina <pst@FreeBSD.org>1994-09-15 08:35:37 +0000
commit57f30b48dca7448645a9a3973a86cc538cd453c2 (patch)
tree06c0402158a78f86224d49b6a1b2d4af62686d53
parentc71288140572c01f47f002ba78349fd1d742f126 (diff)
Notes
-rw-r--r--sbin/route/route.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/route/route.c b/sbin/route/route.c
index 893996c618fa..469c8a39b60a 100644
--- a/sbin/route/route.c
+++ b/sbin/route/route.c
@@ -542,6 +542,7 @@ newroute(argc, argv)
case K_IFACE:
case K_INTERFACE:
iflag++;
+ break;
case K_NOSTATIC:
flags &= ~RTF_STATIC;
break;