diff options
Diffstat (limited to 'bgpd/bgp_msg_read.c')
-rw-r--r-- | bgpd/bgp_msg_read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_msg_read.c b/bgpd/bgp_msg_read.c index 7b7b1130..c134a032 100644 --- a/bgpd/bgp_msg_read.c +++ b/bgpd/bgp_msg_read.c @@ -1354,7 +1354,7 @@ static void bgp_msg_update_receive (bgp_connection connection, bgp_size_t body_size) { /* Must be prepared to receive "update" like messages */ - if (bgp_fsm_pre_update(connection) != 0) ; + if (bgp_fsm_pre_update(connection) != 0) { plog_err(connection->log, "%s [Error] Update message received while in %s State", |