Fix a mbuf leak that was introduced in April. In April I made a change
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 9 Aug 2007 00:55:48 +0000 (00:55 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 9 Aug 2007 00:55:48 +0000 (00:55 +0000)
commitee38db90e6f5a528d42e4285371ddff278a8c59c
treeb0822db391eee45ebcda6d024836d6ce264d606f
parent597fffca189333baa0e8543336e3003187562b3e
Fix a mbuf leak that was introduced in April.  In April I made a change
that allows sends with control or address information to be discarded
when the target socket buffer is full, but the two macros returned the
wrong error code and prevented the mbuf from being freed.
sys/kern/uipc_usrreq.c
sys/sys/socketvar.h