diff options
author | Jeremy Allison <jra@samba.org> | 2010-12-15 13:32:09 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-12-15 14:09:48 -0800 |
commit | ecf48af135e4c1ebc5aafe4b3dad785162f5949a (patch) | |
tree | ff35851422bfe2959003c09a53bd008e5629c965 /source3/param | |
parent | 6bb89aaa0d38d59ce4f0d9362822ba1c525eb203 (diff) | |
download | samba-ecf48af135e4c1ebc5aafe4b3dad785162f5949a.tar.gz samba-ecf48af135e4c1ebc5aafe4b3dad785162f5949a.tar.bz2 samba-ecf48af135e4c1ebc5aafe4b3dad785162f5949a.zip |
Change strict allocate to default to true. (cherry picked from commit 820ea22a07b062b1717d35de8fa7051fc1067c3f)
Diffstat (limited to 'source3/param')
-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 ced8223833..2f68f00c78 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -633,7 +633,7 @@ static struct service sDefault = { false, /* bWidelinks */ True, /* bSymlinks */ False, /* bSyncAlways */ - False, /* bStrictAllocate */ + True, /* bStrictAllocate */ False, /* bStrictSync */ '~', /* magic char */ NULL, /* copymap */ |