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;