CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/01 02:57:48
Modified files:
usr.sbin/bgpd : bgpd.c bgpd.h kroute.c
Log message:
For portable kr_init() returns an fd of -1 which now would end up in an
immediate exit of bgpd. Instead pass the fd via pointer arg.
OK benno@
