diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:26 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:45 -0800 |
commit | 18f26df9bb180a99f9459c184413435b7e787be4 (patch) | |
tree | 50c0a472e6c93d6ac7d7870ebd4bb5b3d79d1efd /lib/param/param_functions.c | |
parent | a91b39696ace08e59f33e36c729bb9a1d50b32cf (diff) | |
download | samba-18f26df9bb180a99f9459c184413435b7e787be4.tar.gz samba-18f26df9bb180a99f9459c184413435b7e787be4.tar.xz samba-18f26df9bb180a99f9459c184413435b7e787be4.zip |
param: Rename variable used for lp_hide_files szHideFiles
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/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |