diff options
Diffstat (limited to 'source3/param/loadparm.c')
-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 8eaf99dce3..6af49ab6d7 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -228,7 +228,7 @@ static struct loadparm_service sDefault = .strict_locking = Auto, .posix_locking = true, .oplocks = true, - .bKernelOplocks = false, + .kernel_oplocks = false, .bLevel2OpLocks = true, .bOnlyUser = false, .bMangledNames = true, |