diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:17 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:42 -0800 |
commit | d7b18d1e56418cd5419656dd24b706857235869d (patch) | |
tree | c887d69e07aff2df534be12ba1778a939c1e9168 /lib/param/param_table.c | |
parent | 03f335970988e0335fb23f0268039f05728d2dc5 (diff) | |
download | samba-d7b18d1e56418cd5419656dd24b706857235869d.tar.gz samba-d7b18d1e56418cd5419656dd24b706857235869d.tar.xz samba-d7b18d1e56418cd5419656dd24b706857235869d.zip |
param: Rename variable used for lp_browseable bBrowseable
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 8f974c83ca..b5f99c7518 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2851,7 +2851,7 @@ static struct parm_struct parm_table[] = { .label = "browseable", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bBrowseable), + .offset = LOCAL_VAR(browseable), .special = NULL, .enum_list = NULL, .flags = FLAG_BASIC | FLAG_ADVANCED | FLAG_SHARE | FLAG_PRINT, @@ -2860,7 +2860,7 @@ static struct parm_struct parm_table[] = { .label = "browsable", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bBrowseable), + .offset = LOCAL_VAR(browseable), .special = NULL, .enum_list = NULL, .flags = FLAG_HIDE, |