1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +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 used to be commit 1e7236371d2b766b161acbb0c950cd3bb4a6ede7)
This commit is contained in:
Tim Potter 2003-01-29 02:54:36 +00:00
parent 79b26867c0
commit 1394248a10

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;