diff options
Diffstat (limited to 'source3/smbd/share_access.c')
-rw-r--r-- | source3/smbd/share_access.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/share_access.c b/source3/smbd/share_access.c index d3c18fc80b..c9e93ac45f 100644 --- a/source3/smbd/share_access.c +++ b/source3/smbd/share_access.c @@ -217,7 +217,7 @@ bool user_ok_token(const char *username, const char *domain, } } - if (lp_onlyuser(snum)) { + if (lp_only_user(snum)) { const char *list[2]; list[0] = lp_username(talloc_tos(), snum); list[1] = NULL; |