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 31f67b3043..5dcb340f70 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -149,7 +149,7 @@ static struct loadparm_service sDefault = .pathname = NULL, .username = NULL, .invalid_users = NULL, - .szValidUsers = NULL, + .valid_users = NULL, .szAdminUsers = NULL, .szCopy = NULL, .szInclude = NULL, |