diff options
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 969d1aea57..be8fc42c81 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -871,7 +871,7 @@ static void init_globals(bool reinit_globals) Globals.iPasswdChatTimeout = 2; /* 2 second default. */ Globals.nt_pipe_support = true; /* Do NT pipes by default. */ Globals.nt_status_support = true; /* Use NT status by default. */ - Globals.bStatCache = true; /* use stat cache by default */ + Globals.stat_cache = true; /* use stat cache by default */ Globals.iMaxStatCacheSize = 256; /* 256k by default */ Globals.restrict_anonymous = 0; Globals.client_lanman_auth = false; /* Do NOT use the LanMan hash if it is available */ |