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_table.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_table.c')
-rw-r--r-- | lib/param/param_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |