summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:49 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:53 -0800
commit82e55b5c7a409b51d9f52d563ab0483e63080120 (patch)
tree7bc7bdd5f9b364518d2173edc5d17c3eb964b32c /lib/param/param_table.c
parentcfc69044d007145e74b8a5939cfde88749e2f254 (diff)
downloadsamba-82e55b5c7a409b51d9f52d563ab0483e63080120.tar.gz
samba-82e55b5c7a409b51d9f52d563ab0483e63080120.tar.xz
samba-82e55b5c7a409b51d9f52d563ab0483e63080120.zip
param: Rename variable used for lp_local_master bLocalMaster
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index b123bd5298..b7c5febc29 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2824,7 +2824,7 @@ static struct parm_struct parm_table[] = {
.label = "local master",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bLocalMaster),
+ .offset = GLOBAL_VAR(local_master),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_BASIC | FLAG_ADVANCED,