CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/02/17 07:39:30
Modified files:
usr.sbin/relayd: relayd.c
Log message:
Always call the shutdown code after returning from event_dispatch().
As the child processes now call event_loopexit() and signal handling
is done through libevent if a child process died we wouldn't always
cleanup properly and wouldn't do carp demote to failover either.
This matches the way ospfd does things which is where the event_loopexit()
in child processes change came from originally.
ok claudio@ pyr@