CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/09/06 02:36:33
Modified files:
usr.sbin/ldpd : neighbor.c
Log message:
Only run the nbr_idtimer() when this side is acting as master (establishing
the tcp session). Calling nbr_act_session_establish() on slave systems can
crash ldpd because active events are reinitialized.
OK michele@
