diff options
Diffstat (limited to 'bgpd/bgp_fsm.c')
-rw-r--r-- | bgpd/bgp_fsm.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bgpd/bgp_fsm.c b/bgpd/bgp_fsm.c index 45695895..6121e74a 100644 --- a/bgpd/bgp_fsm.c +++ b/bgpd/bgp_fsm.c @@ -447,10 +447,10 @@ bgp_stop (struct peer *peer) /* Can't do this in Clearing; events are used for state transitions */ if (peer->status != Clearing) - { - /* Delete all existing events of the peer */ - BGP_EVENT_FLUSH (peer); - } + { + /* Delete all existing events of the peer */ + BGP_EVENT_FLUSH (peer); + } /* Increment Dropped count. */ if (peer->status == Established) |