summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-10-27 19:44:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:04 -0500
commitb3abb495f099c47b656b3ac7e40f4959192ea231 (patch)
tree8fc30084573dc9123280781d4ef8cc7fd08f1401 /source3
parente62d9c3b87d267782ce8e79c6e15613075408333 (diff)
downloadsamba-b3abb495f099c47b656b3ac7e40f4959192ea231.tar.gz
samba-b3abb495f099c47b656b3ac7e40f4959192ea231.tar.bz2
samba-b3abb495f099c47b656b3ac7e40f4959192ea231.zip
r3298: turning sendfile back off by default
(This used to be commit 7dc28014860a5c5bbe78dc22628301ea8dc245ee)
Diffstat (limited to 'source3')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 053626c730..8ea597c118 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -541,7 +541,7 @@ static service sDefault = {
False, /* bForcePrintername */
True, /* bNTAclSupport */
False, /* bForceUnknownAclUser */
- True, /* bUseSendfile */
+ False, /* bUseSendfile */
False, /* bProfileAcls */
False, /* bMap_acl_inherit */
False, /* bAfs_Share */