CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/03 06:25:38
Modified files:
usr.sbin/bgpd : bgpd.c
Log message:
bgpd: plug leaks in bgpd_rtr_conn_setup()
Do not leak the socket and ce if setsockopt() fails. Also fix a copy-pasto
in a log_warn()
ok claudio
