summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-25 03:36:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:04:38 -0500
commit6b280c130002f8b24b2e6ff7edeaa52629e5388a (patch)
tree8be8cfe7d0f4973ae923e96f3b0c813fba0ac995 /source4
parent75ed4f7cc4d39b85cf6dba040cbf188fac3ed464 (diff)
downloadsamba-6b280c130002f8b24b2e6ff7edeaa52629e5388a.tar.gz
samba-6b280c130002f8b24b2e6ff7edeaa52629e5388a.tar.bz2
samba-6b280c130002f8b24b2e6ff7edeaa52629e5388a.zip
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)
Diffstat (limited to 'source4')
-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;
}