summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:28 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:19:02 -0800
commitab90ca95034912ebefe6d4d678e80e931e2187da (patch)
tree9ec8a942335551ae79d36cab3be6282fdd24dd83 /lib/param/param_table.c
parent0c2a7ab18a4622a322e67dfcee02056cf6cfc325 (diff)
param: Rename variable used for lp_change_share_cmd szChangeShareCommand
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 f10dfe25c4..5bbe9f55c2 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3253,7 +3253,7 @@ static struct parm_struct parm_table[] = {
.label = "change share command",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szChangeShareCommand),
+ .offset = GLOBAL_VAR(change_share_cmd),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,