diff options
-rw-r--r-- | source/smbd/statcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/statcache.c b/source/smbd/statcache.c index 4c885f34f1c..8200c277b32 100644 --- a/source/smbd/statcache.c +++ b/source/smbd/statcache.c @@ -218,7 +218,7 @@ BOOL stat_cache_lookup(connection_struct *conn, char *name, char *dirpath, */ BOOL reset_stat_cache( void ) { - static BOOL initialised = False; + static BOOL initialised; if (!lp_stat_cache()) return True; if (!initialised) { |