diff options
Diffstat (limited to 'bgpd/bgp_peer.c')
-rw-r--r-- | bgpd/bgp_peer.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bgpd/bgp_peer.c b/bgpd/bgp_peer.c index bc112c24..ff2b8364 100644 --- a/bgpd/bgp_peer.c +++ b/bgpd/bgp_peer.c @@ -113,11 +113,8 @@ bgp_session_do_event(mqueue_block mqb, mqb_flag_t flag) BGP_SESSION_LOCK(session) ; /*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/ session->event = args->event ; /* last event */ - -// bgp_notify_set(&session->notification, args->notification) ; + bgp_notify_set(&session->notification, args->notification) ; /* if any sent/received */ - bgp_notify_free(args->notification) ; - session->err = args->err ; /* errno, if any */ session->ordinal = args->ordinal ; /* primary/secondary connection */ |