From b3abb495f099c47b656b3ac7e40f4959192ea231 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 27 Oct 2004 19:44:12 +0000 Subject: r3298: turning sendfile back off by default (This used to be commit 7dc28014860a5c5bbe78dc22628301ea8dc245ee) --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 */ -- cgit