diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c index aa7e187d..851143fa 100644 --- a/proto/bgp/packets.c +++ b/proto/bgp/packets.c @@ -3500,7 +3500,7 @@ bgp_rx(sock *sk, uint size) { sk_pause_rx(p->p.loop, sk); BGP_TRACE(D_PACKETS, "Corked"); - return 0; + break; } for(i=0; i<16; i++) if (pkt_start[i] != 0xff)