diff options
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index cf616f5e19..563d6446a0 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -281,6 +281,7 @@ static struct loadparm_service sDefault = .iDirectoryNameCacheSize = 100, #endif .ismb_encrypt = SMB_SIGNING_DEFAULT, + .bKernelShareModes = true, .param_opt = NULL, .dummy = "" }; |