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

metze at samba.org metze at samba.org
Thu Sep 16 05:30:19 GMT 2004


Author: metze
Date: 2004-09-16 05:30:19 +0000 (Thu, 16 Sep 2004)
New Revision: 2365

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

Log:
remove MSG_NOSIGNAL

metze

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/socket/socket_ipv4.c
===================================================================
--- branches/SAMBA_4_0/source/lib/socket/socket_ipv4.c	2004-09-16 02:49:01 UTC (rev 2364)
+++ branches/SAMBA_4_0/source/lib/socket/socket_ipv4.c	2004-09-16 05:30:19 UTC (rev 2365)
@@ -243,7 +243,7 @@
 					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)) {



More information about the samba-cvs mailing list