summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bgpd/bgp_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c
index d9b0fab518..1297eb440e 100644
--- a/bgpd/bgp_main.c
+++ b/bgpd/bgp_main.c
@@ -454,8 +454,7 @@ int main(int argc, char **argv)
}
case 'l':
listnode_add_sort_nodup(addresses, optarg);
- /* listenon implies -n */
- /* fallthru */
+ break;
case 'n':
no_fib_flag = 1;
break;