summaryrefslogtreecommitdiffstats
path: root/source3/param/loadparm.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:15 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:59 -0800
commit7568b266d8df078ae69d34af2c0b7641e091fc01 (patch)
tree4b1ed5fa1984f6ccb4ca9991c985c7689cc728c0 /source3/param/loadparm.c
parentbd7182fbfd8d4f849146f03ab1de41d99a32d0a4 (diff)
downloadsamba-7568b266d8df078ae69d34af2c0b7641e091fc01.tar.gz
samba-7568b266d8df078ae69d34af2c0b7641e091fc01.tar.xz
samba-7568b266d8df078ae69d34af2c0b7641e091fc01.zip
param: Rename variable used for lp_max_stat_cache_size iMaxStatCacheSize
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 'source3/param/loadparm.c')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 01fc060b9f..9890dd68eb 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -872,7 +872,7 @@ static void init_globals(bool reinit_globals)
Globals.nt_pipe_support = true; /* Do NT pipes by default. */
Globals.nt_status_support = true; /* Use NT status by default. */
Globals.stat_cache = true; /* use stat cache by default */
- Globals.iMaxStatCacheSize = 256; /* 256k by default */
+ Globals.max_stat_cache_size = 256; /* 256k by default */
Globals.restrict_anonymous = 0;
Globals.client_lanman_auth = false; /* Do NOT use the LanMan hash if it is available */
Globals.client_plaintext_auth = false; /* Do NOT use a plaintext password even if is requested by the server */