From 6d376daa50a1f33d9c8b0fcca6d1bcbb23b5e79e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:33 +1300 Subject: param: Rename variable used for lp_recursive_veto_delete bDeleteVetoFiles Signed-off-by: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Jeremy Allison --- lib/param/param_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/param/param_functions.c') 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) -- cgit