mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
fb3daf3653
commit
a1c3f33d94
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user