summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:09:03 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:13 -0800
commitd2b6e331c644f3bc4a5b7adb5c3c30aad3b017a8 (patch)
treeb260ecd38c92636357273f06dd47c04473d47dde /lib/param/param_table.c
parent1256555b76d9302a08dd47eaa1118172395171d7 (diff)
downloadsamba-d2b6e331c644f3bc4a5b7adb5c3c30aad3b017a8.tar.gz
samba-d2b6e331c644f3bc4a5b7adb5c3c30aad3b017a8.tar.xz
samba-d2b6e331c644f3bc4a5b7adb5c3c30aad3b017a8.zip
param: rename lp function and variable from "magicoutput" to "magic_output"
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> 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 7a0f4cafea..796e5b17c4 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(magicoutput),
+ .offset = LOCAL_VAR(magic_output),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE,