mirror of
https://github.com/samba-team/samba.git
synced 2025-12-21 20:23:50 +03:00
committed by
Gerald (Jerry) Carter
parent
d46b188560
commit
bc6d0b0f0f
@@ -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