svn commit: samba r3299 - in trunk/source/param: .

jerry at samba.org jerry at samba.org
Wed Oct 27 19:48:26 GMT 2004


Author: jerry
Date: 2004-10-27 19:48:26 +0000 (Wed, 27 Oct 2004)
New Revision: 3299

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/trunk/source/param&rev=3299&nolog=1

Log:
turning sendfile back off by default
Modified:
   trunk/source/param/loadparm.c


Changeset:
Modified: trunk/source/param/loadparm.c
===================================================================
--- trunk/source/param/loadparm.c	2004-10-27 19:44:12 UTC (rev 3298)
+++ trunk/source/param/loadparm.c	2004-10-27 19:48:26 UTC (rev 3299)
@@ -544,7 +544,7 @@
 	False,			/* bForcePrintername */
 	True,			/* bNTAclSupport */
 	False,                  /* bForceUnknownAclUser */
-	True,			/* bUseSendfile */
+	False,			/* bUseSendfile */
 	False,			/* bProfileAcls */
 	False,			/* bMap_acl_inherit */
 	False,			/* bAfs_Share */



More information about the samba-cvs mailing list