diff options
-rw-r--r-- | source4/lib/socket/socket_ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/socket/socket_ipv4.c b/source4/lib/socket/socket_ipv4.c index 136fc877d2..9246ac4070 100644 --- a/source4/lib/socket/socket_ipv4.c +++ b/source4/lib/socket/socket_ipv4.c @@ -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)) { |