diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:33 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:47 -0800 |
| commit | 6d376daa50a1f33d9c8b0fcca6d1bcbb23b5e79e (patch) | |
| tree | 309883704eb19238aea593a04f560a9203f6acab /lib/param | |
| parent | 11a4a666fb31f9b1a5d85ba5d380c97789d16063 (diff) | |
param: Rename variable used for lp_recursive_veto_delete bDeleteVetoFiles
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param')
| -rw-r--r-- | lib/param/param_functions.c | 2 | ||||
| -rw-r--r-- | lib/param/param_table.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index fc22241d42..bfb9530862 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, bDeleteVetoFiles) +FN_LOCAL_BOOL(recursive_veto_delete, recursive_veto_delete) FN_LOCAL_BOOL(dos_filemode, bDosFilemode) FN_LOCAL_BOOL(dos_filetimes, bDosFiletimes) FN_LOCAL_BOOL(dos_filetime_resolution, bDosFiletimeResolution) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 701699eca0..b770559277 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(bDeleteVetoFiles), + .offset = LOCAL_VAR(recursive_veto_delete), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL, |
