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
commite07f8aeeac5f8b0be7d28159793b237e9f3547df (patch)
tree4dabd82b7d09a9bb2ed6baf1475be28e1b190fc1 /lib/param/param_table.c
parentd2b6e331c644f3bc4a5b7adb5c3c30aad3b017a8 (diff)
downloadsamba-e07f8aeeac5f8b0be7d28159793b237e9f3547df.tar.gz
samba-e07f8aeeac5f8b0be7d28159793b237e9f3547df.tar.xz
samba-e07f8aeeac5f8b0be7d28159793b237e9f3547df.zip
param: rename lp function and variable from "magicscript" to "magic_script"
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 796e5b17c4..89e52e1a8b 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3760,7 +3760,7 @@ static struct parm_struct parm_table[] = {
.label = "magic script",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(magicscript),
+ .offset = LOCAL_VAR(magic_script),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE,