git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
696cf4d
)
Fix a comment.
author
Michael Adam
<obnox@samba.org>
Mon, 7 Jan 2008 10:19:27 +0000
(11:19 +0100)
committer
Michael Adam
<obnox@samba.org>
Mon, 7 Jan 2008 10:19:27 +0000
(11:19 +0100)
Michael
(This used to be commit
62d6d4fff2edcce04e793d2a2f877cb3f4fedbdb
)
source3/winbindd/winbindd.c
patch
|
blob
|
history
diff --git
a/source3/winbindd/winbindd.c
b/source3/winbindd/winbindd.c
index 8ebae3f16d2984fc6e954db30b80b5ee381cb031..5e9900d1d65c53c8c57064a4109f2471622a1128 100644
(file)
--- a/
source3/winbindd/winbindd.c
+++ b/
source3/winbindd/winbindd.c
@@
-130,7
+130,8
@@
static void flush_caches(void)
* before we initialize the cache again.
*/
if (winbindd_validate_cache() < 0) {
- DEBUG(0, ("corrupted tdb found, trying to restore backup\n"));
+ DEBUG(0, ("winbindd cache tdb corrupt and no backup "
+ "could be restore.\n"));
}
/* Initialize cache again. */