From: Gerald Carter Date: Wed, 27 Oct 2004 19:44:12 +0000 (+0000) Subject: r3298: turning sendfile back off by default X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5667 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7dc28014860a5c5bbe78dc22628301ea8dc245ee;p=thirdparty%2Fsamba.git r3298: turning sendfile back off by default --- diff --git a/source/param/loadparm.c b/source/param/loadparm.c index 053626c730f..8ea597c1183 100644 --- a/source/param/loadparm.c +++ b/source/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 */