summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:08:58 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:11 -0800
commita1bc448707f6ae308692cce23a2e55ffff33a23d (patch)
treeef9918428015ff0bf1c60208718b9a511e8c28cb /lib
parent2ca2ab3550469d5e156635f5218db3b25144dab3 (diff)
downloadsamba-a1bc448707f6ae308692cce23a2e55ffff33a23d.tar.gz
samba-a1bc448707f6ae308692cce23a2e55ffff33a23d.tar.xz
samba-a1bc448707f6ae308692cce23a2e55ffff33a23d.zip
param: rename lp function and variable from "recursive_veto_delete" to "delete_veto_files"
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')
-rw-r--r--lib/param/param_functions.c2
-rw-r--r--lib/param/param_table.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 16a66e4ebfe..fa87d1b2483 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -110,7 +110,7 @@ FN_LOCAL_BOOL(syncalways, syncalways)
FN_LOCAL_BOOL(strict_allocate, strict_allocate)
FN_LOCAL_BOOL(delete_readonly, delete_readonly)
FN_LOCAL_BOOL(fake_oplocks, fake_oplocks)
-FN_LOCAL_BOOL(recursive_veto_delete, recursive_veto_delete)
+FN_LOCAL_BOOL(delete_veto_files, delete_veto_files)
FN_LOCAL_BOOL(dos_filemode, dos_filemode)
FN_LOCAL_BOOL(dos_filetimes, dos_filetimes)
FN_LOCAL_BOOL(dos_filetime_resolution, dos_filetime_resolution)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index f36763986c1..b4bb7e48926 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2460,7 +2460,7 @@ static struct parm_struct parm_table[] = {
.label = "delete veto files",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(recursive_veto_delete),
+ .offset = LOCAL_VAR(delete_veto_files),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL,