diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-04 15:09:04 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:13 -0800 |
commit | fc148e61f143ceeae63c0ad1a52d68548ad07aab (patch) | |
tree | f618ced583458aea7de3b32ee1b79067b05ecc21 /lib/param/param_table.c | |
parent | 8ec3e110047034c0eb495c3d3bde1f1ef6ee7b18 (diff) | |
download | samba-fc148e61f143ceeae63c0ad1a52d68548ad07aab.tar.gz samba-fc148e61f143ceeae63c0ad1a52d68548ad07aab.tar.xz samba-fc148e61f143ceeae63c0ad1a52d68548ad07aab.zip |
param: rename lp function and variable from "rootpostexec" to "root_postexec"
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 570b91606c..2c8fbf2e4d 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3616,7 +3616,7 @@ static struct parm_struct parm_table[] = { .label = "root postexec", .type = P_STRING, .p_class = P_LOCAL, - .offset = LOCAL_VAR(rootpostexec), + .offset = LOCAL_VAR(root_postexec), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_PRINT, |