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 364773060e..9df88b42fc 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -179,7 +179,7 @@ static struct loadparm_service sDefault = .force_user = NULL, .force_group = NULL, .read_list = NULL, - .writelist = NULL, + .write_list = NULL, .volume = NULL, .fstype = NULL, .vfs_objects = NULL, |