diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c index 99c6a46e7c..390f8dbc47 100644 --- a/bgpd/bgpd.c +++ b/bgpd/bgpd.c @@ -2055,7 +2055,6 @@ int peer_remote_as(struct bgp *bgp, union sockunion *su, const char *conf_if, peer_create(su, conf_if, bgp, local_as, *as, as_type, NULL, true, as_str); } - return 0; }