1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Quieten debug about gencache.tdb not being able to be opened.

Perhaps we should try to open O_RDONLY if O_RDWR fails?
This commit is contained in:
Tim Potter -
parent bf99440398
commit 1e7236371d

View File

@ -67,7 +67,7 @@ BOOL gencache_init(void)
SAFE_FREE(cache_fname);
if (!cache) {
DEBUG(0, ("Attempt to open the cache file has failed.\n"));
DEBUG(5, ("Attempt to open gencache.tdb has failed.\n"));
return False;
}
return True;