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 | 8d503a4eedc2d395fc3053fb3aea20ed5df901e8 (patch) | |
tree | 24e985570bf52258b09f1f87b9de5d0c96273967 /lib/param/param_table.c | |
parent | fc148e61f143ceeae63c0ad1a52d68548ad07aab (diff) | |
download | samba-8d503a4eedc2d395fc3053fb3aea20ed5df901e8.tar.gz samba-8d503a4eedc2d395fc3053fb3aea20ed5df901e8.tar.xz samba-8d503a4eedc2d395fc3053fb3aea20ed5df901e8.zip |
param: rename lp function and variable from "rootpreexec" to "root_preexec"
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 2c8fbf2e4d..cc7165561c 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3598,7 +3598,7 @@ static struct parm_struct parm_table[] = { .label = "root preexec", .type = P_STRING, .p_class = P_LOCAL, - .offset = LOCAL_VAR(rootpreexec), + .offset = LOCAL_VAR(root_preexec), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_PRINT, @@ -3607,7 +3607,7 @@ static struct parm_struct parm_table[] = { .label = "root preexec close", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(rootpreexec_close), + .offset = LOCAL_VAR(root_preexec_close), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE, |