1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-28 03:33:13 +03:00

r2365: remove MSG_NOSIGNAL

metze
This commit is contained in:
Stefan Metzmacher
2004-09-16 05:30:19 +00:00
committed by Gerald (Jerry) Carter
parent 945a468105
commit 8ade8ab65f

View File

@@ -243,7 +243,7 @@ static NTSTATUS ipv4_tcp_send(struct socket_context *sock, TALLOC_CTX *mem_ctx,
const DATA_BLOB *blob, size_t *sendlen, uint32_t flags)
{
ssize_t len;
int flgs = MSG_NOSIGNAL;
int flgs = 0;
/* TODO: we need to map all flags here */
if (!(flags & SOCKET_FLAG_BLOCK)) {