From f6f8373352abc23c62b96c60a4a8582685aabb07 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:27 +1300 Subject: param: Rename variable used for lp_dfree_command szDfree 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 77cc0cf719..6d0e6d4fd6 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -79,7 +79,7 @@ FN_LOCAL_STRING(veto_files, veto_files) FN_LOCAL_STRING(hide_files, hide_files) FN_LOCAL_STRING(veto_oplocks, veto_oplocks) FN_LOCAL_STRING(aio_write_behind, aio_write_behind) -FN_LOCAL_STRING(dfree_command, szDfree) +FN_LOCAL_STRING(dfree_command, dfree_command) FN_LOCAL_BOOL(autoloaded, autoloaded) FN_LOCAL_BOOL(preexec_close, bPreexecClose) FN_LOCAL_BOOL(rootpreexec_close, bRootpreexecClose) -- cgit