CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/15 09:37:51
Modified files:
usr.sbin/ldpd : packet.c
Log message:
session_shutdown() issues a NBR_EVT_CLOSE_SESSION and therefore a
session_close() which does the event_del(&nbr->rev) so no need to do it
twice. There is also no need to send two S_SHUTDOWN messages.
OK michele@
