missed checkin
This commit is contained in:
parent
f6db44c954
commit
818089d9c8
|
@ -903,7 +903,7 @@ fhandler_socket::sendto (const void *ptr, size_t len, int flags,
|
|||
{
|
||||
set_errno (EPIPE);
|
||||
if (! (flags & MSG_NOSIGNAL))
|
||||
_raise (SIGPIPE);
|
||||
raise (SIGPIPE);
|
||||
}
|
||||
|
||||
return res;
|
||||
|
|
Loading…
Reference in New Issue