svn commit: samba r3184 - in branches/SAMBA_4_0/source/lib/socket: .

tridge at samba.org tridge at samba.org
Mon Oct 25 03:36:00 GMT 2004


Author: tridge
Date: 2004-10-25 03:36:00 +0000 (Mon, 25 Oct 2004)
New Revision: 3184

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib/socket&rev=3184&nolog=1

Log:
don't setup socket options on unix domain sockets (our smb.conf socket options are really meant for tcp)





Modified:
   branches/SAMBA_4_0/source/lib/socket/socket_unix.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/socket/socket_unix.c
===================================================================
--- branches/SAMBA_4_0/source/lib/socket/socket_unix.c	2004-10-25 03:30:39 UTC (rev 3183)
+++ branches/SAMBA_4_0/source/lib/socket/socket_unix.c	2004-10-25 03:36:00 UTC (rev 3184)
@@ -249,7 +249,6 @@
 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;
 }
 



More information about the samba-cvs mailing list