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:
committed by
Gerald (Jerry) Carter
parent
945a468105
commit
8ade8ab65f
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user