Date: Sun, 03 Jul 2005 01:26:10 -0000 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: <200502201554.j1KFsi3B034907@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-02-20 15:54:44 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: 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. MFC after: 3 days Revision Changes Path 1.232 +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?200502201554.j1KFsi3B034907>