]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r3298: turning sendfile back off by default
authorGerald Carter <jerry@samba.org>
Wed, 27 Oct 2004 19:44:12 +0000 (19:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:04 +0000 (10:53 -0500)
source/param/loadparm.c

index 053626c730fb521cfbe1114daecc3d1b205e2e26..8ea597c11830e074fb39bbfaab252ee6caeb3c20 100644 (file)
@@ -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 */