CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/03/26 10:02:18
Modified files:
usr.sbin/ldpd : neighbor.c
Log message:
Never call close(nbr->fd) when the neighbor session was fully established,
call session_close(nbr) instead since only that will do all needed cleanup.
Still not prefect but at least the lde is no longer eating all CPU when a
session times out. OK michele@
