summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-03-28 08:11:01 +0200
committerStefan Metzmacher <metze@samba.org>2011-03-28 09:00:09 +0200
commitdc36d75d5fddaa351025e8eb8140f401b66aeb9d (patch)
treef0e0a6920d223c56dfbf2a2073a2031a47fe49a8 /source3/param
parenta414356075ab28259fe4fe534478bc43aa3ce6d9 (diff)
downloadsamba-dc36d75d5fddaa351025e8eb8140f401b66aeb9d.tar.gz
samba-dc36d75d5fddaa351025e8eb8140f401b66aeb9d.tar.bz2
samba-dc36d75d5fddaa351025e8eb8140f401b66aeb9d.zip
Revert "Change strict allocate to default to true.
This reverts commit ecf48af135e4c1ebc5aafe4b3dad785162f5949a. This makes Samba unusable on systems without Linux and a modern Filesystem. This was discussed with Jeremy on IRC: http://irclog.samba.org/2011/01/20110126-Wed.log metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Mar 28 09:00:09 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index ba3cd3c6c5..49b9248ca6 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -636,7 +636,7 @@ static struct service sDefault = {
false, /* bWidelinks */
True, /* bSymlinks */
False, /* bSyncAlways */
- True, /* bStrictAllocate */
+ False, /* bStrictAllocate */
False, /* bStrictSync */
'~', /* magic char */
NULL, /* copymap */