summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/lib/socket/socket_unix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/socket/socket_unix.c b/source4/lib/socket/socket_unix.c
index df929d92b4..d75bb973fc 100644
--- a/source4/lib/socket/socket_unix.c
+++ b/source4/lib/socket/socket_unix.c
@@ -249,7 +249,6 @@ static NTSTATUS unixdom_send(struct socket_context *sock, TALLOC_CTX *mem_ctx,
static NTSTATUS unixdom_set_option(struct socket_context *sock,
const char *option, const char *val)
{
- set_socket_options(sock->fd, option);
return NT_STATUS_OK;
}