CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/01 12:09:14
Modified files:
usr.sbin/relayd: relayd.c
Log message:
Accidentally relayd(8) closed file descriptor 0 in the pfe child
process. If env->sc_snmp is initialized with 0, snmp_init() closes
it. Set it to -1 to prevent the close(2).
OK reyk@ benno@ millert@
