CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/14 05:52:19
Modified files:
usr.sbin/dvmrpd: control.c
usr.sbin/ldpd : control.c
usr.sbin/ospf6d: control.c
usr.sbin/ospfd : control.c
usr.sbin/ripd : control.c
usr.sbin/snmpd : control.c
Log message:
Use calloc() instead of malloc() to allocate the connection structure. This
way the memory is zeroed. This is equivalent to the relayd commit by reyk.
OK reyk, jsg
