summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:24 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:44 -0800
commit92db3642282d1542acf2b6ca5674d897e609ff75 (patch)
tree5fe2bb7b5a78a8e4f65432a2af7d80882ce64425 /lib/param/param_table.c
parentd1ec0c8704e569fbb486c7f68226a66418f043ae (diff)
downloadsamba-92db3642282d1542acf2b6ca5674d897e609ff75.tar.gz
samba-92db3642282d1542acf2b6ca5674d897e609ff75.tar.xz
samba-92db3642282d1542acf2b6ca5674d897e609ff75.zip
param: Rename variable used for lp_magicoutput szMagicOutput
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 6e609d10ff..2e7868750d 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3769,7 +3769,7 @@ static struct parm_struct parm_table[] = {
.label = "magic output",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(szMagicOutput),
+ .offset = LOCAL_VAR(magicoutput),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE,