diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:32 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:47 -0800 |
| commit | 27e91864e89fd5d2014d54b50fded77c00a97649 (patch) | |
| tree | affc62981e16fd127c8e0fc641e1eebe2e58a818 /lib/param/param_table.c | |
| parent | 3a569bfb6f7ac342ae6016ba26ee76e616c93453 (diff) | |
| download | samba-27e91864e89fd5d2014d54b50fded77c00a97649.tar.gz samba-27e91864e89fd5d2014d54b50fded77c00a97649.tar.xz samba-27e91864e89fd5d2014d54b50fded77c00a97649.zip | |
param: Rename variable used for lp_onlyuser bOnlyUser
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_table.c')
| -rw-r--r-- | lib/param/param_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 31b2a92c11..a4ea66e021 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(bOnlyUser), + .offset = LOCAL_VAR(onlyuser), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_DEPRECATED, |
