diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:54 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:54 -0800 |
commit | 7c8e715d5b039e8b624d3cf99c4f639058763d4e (patch) | |
tree | c8f4dc5a2916cf6a81505feee4c90ec69fd35762 /lib/param/param_table.c | |
parent | fb5ada6d08faf9dd367562b770f8fc045c90c8a4 (diff) | |
download | samba-7c8e715d5b039e8b624d3cf99c4f639058763d4e.tar.gz samba-7c8e715d5b039e8b624d3cf99c4f639058763d4e.tar.xz samba-7c8e715d5b039e8b624d3cf99c4f639058763d4e.zip |
param: Rename variable used for lp_stat_cache bStatCache
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 a30e253ce7..7eaf2e1b2a 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2550,7 +2550,7 @@ static struct parm_struct parm_table[] = { .label = "stat cache", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bStatCache), + .offset = GLOBAL_VAR(stat_cache), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |