CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   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@

Reply via email to