diff options
author | Alexander Bokovoy <ab@samba.org> | 2005-09-27 08:42:49 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:07 -0500 |
commit | f9a81caccd93f12a74df0652027c033553058828 (patch) | |
tree | 9c334e0b09447572e8e6d25e3c1f392b8c3654e9 | |
parent | 145b3db5c45490e4c0a609aed2971893ec69c82a (diff) | |
download | samba-f9a81caccd93f12a74df0652027c033553058828.tar.gz samba-f9a81caccd93f12a74df0652027c033553058828.tar.bz2 samba-f9a81caccd93f12a74df0652027c033553058828.zip |
Code in Samba 3 states "use sendfile = false" so documentation must reflect it
(This used to be commit 07a7e00818499958aef460525ff131d67435a95b)
-rw-r--r-- | docs/smbdotconf/tuning/usesendfile.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smbdotconf/tuning/usesendfile.xml b/docs/smbdotconf/tuning/usesendfile.xml index 2632c9ad93..e721531fed 100644 --- a/docs/smbdotconf/tuning/usesendfile.xml +++ b/docs/smbdotconf/tuning/usesendfile.xml @@ -13,5 +13,5 @@ </para> </description> -<value type="default">yes</value> +<value type="default">false</value> </samba:parameter> |