summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:02 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:57 -0800
commit8e8745f0d3cdf127ade7cdfd8904aeec3bc197b9 (patch)
tree51efba2bde80b5d17e0be31794cbe108bb6c1eeb /lib/param/param_table.c
parent023ac0fda7d59de453aa0ee0d8c28986cab3d872 (diff)
downloadsamba-8e8745f0d3cdf127ade7cdfd8904aeec3bc197b9.tar.gz
samba-8e8745f0d3cdf127ade7cdfd8904aeec3bc197b9.tar.xz
samba-8e8745f0d3cdf127ade7cdfd8904aeec3bc197b9.zip
param: Rename variable used for lp_logon_script szLogonScript
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 2bb6600408..356fefe989 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2710,7 +2710,7 @@ static struct parm_struct parm_table[] = {
.label = "logon script",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szLogonScript),
+ .offset = GLOBAL_VAR(logon_script),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,