diff options
Diffstat (limited to 'bgpd/bgp_session.c')
-rw-r--r-- | bgpd/bgp_session.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_session.c b/bgpd/bgp_session.c index 2b22b596..f7af093f 100644 --- a/bgpd/bgp_session.c +++ b/bgpd/bgp_session.c @@ -281,7 +281,6 @@ bgp_session_enable(bgp_peer peer) /* su_remote set when session Established */ /* Routeing Engine does the state change now. */ - session->state = bgp_session_sEnabled ; /* Now pass the session to the BGP Engine, which will set about */ /* making and running a connection to the peer. */ |