[SCM] Samba Shared Repository - branch master updated

Karolin Seeger kseeger at samba.org
Thu Jan 28 07:11:47 MST 2010


The branch, master has been updated
       via  1396345... s3/winbind_ccache: Fix typo in debug message.
      from  88099bc... tsocket: Fix the description of tstream_writev_queue_send/recv

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 139634563824a92c98091786e17b82d480df4a8a
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Jan 28 15:10:54 2010 +0100

    s3/winbind_ccache: Fix typo in debug message.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/winbindd_ccache_access.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_ccache_access.c b/source3/winbindd/winbindd_ccache_access.c
index 436e907..f8f57f6 100644
--- 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 password of user %s\n",
 		  (unsigned long)state->pid,
 		  state->request->data.ccache_save.user));
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list