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 5dcb340f70..d63577d899 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -150,7 +150,7 @@ static struct loadparm_service sDefault = .username = NULL, .invalid_users = NULL, .valid_users = NULL, - .szAdminUsers = NULL, + .admin_users = NULL, .szCopy = NULL, .szInclude = NULL, .preexec = NULL, |