summaryrefslogtreecommitdiffstats
path: root/lib/param
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:26 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:45 -0800
commita91b39696ace08e59f33e36c729bb9a1d50b32cf (patch)
tree2c08d9539593927299412fdc88eb7356772ed170 /lib/param
parenta091d423505ccadd2055dacf70dbb5c78c23453f (diff)
downloadsamba-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')
-rw-r--r--lib/param/param_functions.c2
-rw-r--r--lib/param/param_table.c2
2 files changed, 2 insertions, 2 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)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index f4f93d92fd..8587f9565e 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2469,7 +2469,7 @@ static struct parm_struct parm_table[] = {
.label = "veto files",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(szVetoFiles),
+ .offset = LOCAL_VAR(veto_files),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL,