From 6b280c130002f8b24b2e6ff7edeaa52629e5388a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 25 Oct 2004 03:36:00 +0000 Subject: r3184: don't setup socket options on unix domain sockets (our smb.conf socket options are really meant for tcp) (This used to be commit 238febb0088f85933c869052f4f83ff31f164df1) --- source4/lib/socket/socket_unix.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/lib/socket/socket_unix.c') 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; } -- cgit