mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
Merge of nicer error message for gencache open error from HEAD.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user