diff options
Diffstat (limited to 'source3/param')
-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 e3e4df4c6d..9df05b6879 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -178,7 +178,7 @@ static struct loadparm_service sDefault = .comment = NULL, .force_user = NULL, .force_group = NULL, - .readlist = NULL, + .read_list = NULL, .writelist = NULL, .volume = NULL, .fstype = NULL, |