CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/18 07:14:27
Modified files:
usr.sbin/eigrpd: eigrpd.c eigrpe.c rde.c
Log message:
Revert previous commit.
When a process receives an EOF on a socketpair, it removes the event
handler for that fd and then calls event_loopexit(). Once the process
leaves the main loop, it calls its shutdown function. With that said,
revert the previous patch because it was unnecessary.
Pointed out and ok by deraadt@
