CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/08/08 12:33:40
Modified files:
usr.sbin/bgpd : imsg.c
usr.sbin/ldpd : imsg.c
usr.sbin/dvmrpd: imsg.c
usr.sbin/ntpd : imsg.c
usr.sbin/ospf6d: imsg.c
usr.sbin/ospfd : imsg.c
usr.sbin/relayd: imsg.c
usr.sbin/ripd : imsg.c
usr.sbin/smtpd : imsg.c
usr.sbin/snmpd : imsg.c
usr.sbin/ypldap: imsg.c
Log message:
Make imsg_clear close and free any fds in the received fd queue as well as
freeing the msgbuf.
While here also remove an unnecessary while loop.
ok eric pyr