diff options
Diffstat (limited to 'source3')
| -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 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 */  | 
