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_table.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_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 8587f9565e..822cd5e604 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2478,7 +2478,7 @@ static struct parm_struct parm_table[] = { .label = "hide files", .type = P_STRING, .p_class = P_LOCAL, - .offset = LOCAL_VAR(szHideFiles), + .offset = LOCAL_VAR(hide_files), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL, |