svn commit: samba r3298 - in branches/SAMBA_3_0/source/param: .

jerry at samba.org jerry at samba.org
Wed Oct 27 19:44:12 GMT 2004


Author: jerry
Date: 2004-10-27 19:44:12 +0000 (Wed, 27 Oct 2004)
New Revision: 3298

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

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


Changeset:
Modified: branches/SAMBA_3_0/source/param/loadparm.c
===================================================================
--- branches/SAMBA_3_0/source/param/loadparm.c	2004-10-27 18:11:58 UTC (rev 3297)
+++ branches/SAMBA_3_0/source/param/loadparm.c	2004-10-27 19:44:12 UTC (rev 3298)
@@ -541,7 +541,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