missed checkin

This commit is contained in:
Christopher Faylor 2002-10-20 04:46:31 +00:00
parent f6db44c954
commit 818089d9c8
1 changed files with 1 additions and 1 deletions

View File

@ -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;