Date: Fri, 25 Feb 2005 17:57:30 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c Message-ID: <200502251757.j1PHvU5U092315@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-02-25 17:57:30 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/kern uipc_socket.c
Log:
Merge uipc_socket.c:1.232 from HEAD to RELENG_5:
In soreceive(), when considering delivery to a socket in SS_ISCONFIRMING,
only call the protocol's pru_rcvd() if the protocol has the flag
PR_WANTRCVD set. This brings that instance of pru_rcvd() into line with
the rest, which do check the flag.
Revision Changes Path
1.208.2.16 +2 -1 src/sys/kern/uipc_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502251757.j1PHvU5U092315>
