diff options
-rw-r--r-- | source3/param/loadparm.c | 2 |
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 */ |