limit change to fixing controlp handling pending review
This commit is contained in:
parent
ecbde90073
commit
0ea9d9376e
@ -2180,8 +2180,6 @@ soreceive_stream(struct socket *so, struct sockaddr **psa, struct uio *uio,
|
||||
flags = *flagsp &~ MSG_EOR;
|
||||
else
|
||||
flags = 0;
|
||||
if (flags & (MSG_PEEK|MSG_WAITALL))
|
||||
return (soreceive_generic(so, psa, uio, mp0, controlp, flagsp));
|
||||
if (controlp != NULL)
|
||||
*controlp = NULL;
|
||||
if (flags & MSG_OOB)
|
||||
|
Loading…
Reference in New Issue
Block a user