OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Claudio Jeker (claudiocvs.openbsd.org)
Date: Mon Sep 06 2010 - 03:36:33 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 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