[SCM] Samba Shared Repository - branch v3-5-test updated

Karolin Seeger kseeger at samba.org
Thu Jan 28 07:12:18 MST 2010


The branch, v3-5-test has been updated
       via  c994cd4... s3/winbind_ccache: Fix typo in debug message.
      from  ec4bd3b... Add dependency of bin/smbfilter to libwbclient. (cherry picked from commit 2dd301e5cd6ff97943c4bf9c7cd9b820d6193b45)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit c994cd476073573a2bd2c9525ce199822e655a46
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
    (cherry picked from commit 139634563824a92c98091786e17b82d480df4a8a)

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

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 b36b067..288f9f2 100644
--- a/source3/winbindd/winbindd_ccache_access.c
+++ b/source3/winbindd/winbindd_ccache_access.c
@@ -308,7 +308,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