summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:09:10 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:15 -0800
commitc81c75d263ffe75556cefa2938d6ebc94fae1b67 (patch)
treef965eba8a74ca064762e44e440ff26752e8a5a75 /lib/param/param_table.c
parent51f8a24d26e0e9358b8a87fdeecfebc80229de38 (diff)
downloadsamba-c81c75d263ffe75556cefa2938d6ebc94fae1b67.tar.gz
samba-c81c75d263ffe75556cefa2938d6ebc94fae1b67.tar.xz
samba-c81c75d263ffe75556cefa2938d6ebc94fae1b67.zip
param: rename lp function and variable from "onlyuser" to "only_user"
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r--lib/param/param_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 9d25db6b93..6d07f40d6c 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1054,7 +1054,7 @@ static struct parm_struct parm_table[] = {
.label = "only user",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(onlyuser),
+ .offset = LOCAL_VAR(only_user),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_DEPRECATED,