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 c924f438d6..8413134aaa 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -234,7 +234,7 @@ static struct loadparm_service sDefault = .mangled_names = true, .bWidelinks = false, .follow_symlinks = true, - .syncalways = false, + .sync_always = false, .strict_allocate = false, .strict_sync = false, .mangling_char = '~', |