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:
88099bc
)
s3/winbind_ccache: Fix typo in debug message.
author
Karolin Seeger
<kseeger@samba.org>
Thu, 28 Jan 2010 14:10:54 +0000
(15:10 +0100)
committer
Karolin Seeger
<kseeger@samba.org>
Thu, 28 Jan 2010 14:10:54 +0000
(15:10 +0100)
Karolin
source3/winbindd/winbindd_ccache_access.c
patch
|
blob
|
history
diff --git
a/source3/winbindd/winbindd_ccache_access.c
b/source3/winbindd/winbindd_ccache_access.c
index 436e9076994be1c96567d497ddc237042976a6e2..f8f57f6add9779aad2d4134433911a1e1756d7f0 100644
(file)
--- a/
source3/winbindd/winbindd_ccache_access.c
+++ b/
source3/winbindd/winbindd_ccache_access.c
@@
-304,7
+304,7
@@
void winbindd_ccache_save(struct winbindd_cli_state *state)
state->request->data.ccache_save.pass[
sizeof(state->request->data.ccache_save.pass)-1]='\0';
- DEBUG(3, ("[%5lu]: save passord of user %s\n",
+ DEBUG(3, ("[%5lu]: save pass
w
ord of user %s\n",
(unsigned long)state->pid,
state->request->data.ccache_save.user));