diff options
Diffstat (limited to 'bgpd/bgp_main.c')
-rw-r--r-- | bgpd/bgp_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index b4d71f78d..7841d510b 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -399,6 +399,7 @@ main (int argc, char **argv) case 'l': bgp_address = optarg; /* listenon implies -n */ + /* fallthru */ case 'n': no_fib_flag = 1; break; |