From 18f26df9bb180a99f9459c184413435b7e787be4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:26 +1300 Subject: param: Rename variable used for lp_hide_files szHideFiles 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 989d296591..f6e2001bf4 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -76,7 +76,7 @@ FN_LOCAL_LIST(vfs_objects, vfs_objects) FN_LOCAL_STRING(msdfs_proxy, msdfs_proxy) static FN_LOCAL_STRING(volume, volume) FN_LOCAL_STRING(veto_files, veto_files) -FN_LOCAL_STRING(hide_files, szHideFiles) +FN_LOCAL_STRING(hide_files, hide_files) FN_LOCAL_STRING(veto_oplocks, szVetoOplockFiles) FN_LOCAL_STRING(aio_write_behind, szAioWriteBehind) FN_LOCAL_STRING(dfree_command, szDfree) -- cgit