1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Removed unnessesary init.

Jeremy.
(This used to be commit 2a797f9aa2)
This commit is contained in:
Jeremy Allison 2000-11-27 19:14:10 +00:00
parent fb3daf3653
commit a1c3f33d94

View File

@ -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) {