CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/21 09:01:10
Modified files:
sys/netinet : ip_carp.c
Log message:
The function carp_prepare_ad() never fails. The error handling in
the caller would leak a mbuf. Convert carp_prepare_ad() to a void
function and remove the error check.
reported by Maxime Villard; OK mpi@
