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 | a91b39696ace08e59f33e36c729bb9a1d50b32cf (patch) | |
tree | 2c08d9539593927299412fdc88eb7356772ed170 /lib/param/param_functions.c | |
parent | a091d423505ccadd2055dacf70dbb5c78c23453f (diff) | |
download | samba-a91b39696ace08e59f33e36c729bb9a1d50b32cf.tar.gz samba-a91b39696ace08e59f33e36c729bb9a1d50b32cf.tar.xz samba-a91b39696ace08e59f33e36c729bb9a1d50b32cf.zip |
param: Rename variable used for lp_veto_files szVetoFiles
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 d630c8c97e..989d296591 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -75,7 +75,7 @@ FN_LOCAL_LIST(writelist, writelist) 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, szVetoFiles) +FN_LOCAL_STRING(veto_files, veto_files) FN_LOCAL_STRING(hide_files, szHideFiles) FN_LOCAL_STRING(veto_oplocks, szVetoOplockFiles) FN_LOCAL_STRING(aio_write_behind, szAioWriteBehind) |