[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2617-g83c4a27

Günther Deschner gd at samba.org
Tue May 27 14:47:39 GMT 2008


The branch, v3-3-test has been updated
       via  83c4a278dfefcef14a9640d319ddf5c7392cd16e (commit)
      from  355fb81e9e42e507717f33a11793258db9169199 (commit)

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


- Log -----------------------------------------------------------------
commit 83c4a278dfefcef14a9640d319ddf5c7392cd16e
Author: Günther Deschner <gd at samba.org>
Date:   Tue May 27 16:40:44 2008 +0200

    libwbclient: fix typo.
    
    Guenther

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

Summary of changes:
 source/nsswitch/libwbclient/wbc_pam.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/nsswitch/libwbclient/wbc_pam.c b/source/nsswitch/libwbclient/wbc_pam.c
index 6385094..c109625 100644
--- a/source/nsswitch/libwbclient/wbc_pam.c
+++ b/source/nsswitch/libwbclient/wbc_pam.c
@@ -309,7 +309,7 @@ wbcErr wbcAuthenticateUserEx(const struct wbcAuthUserParams *params,
 		}
 		strncpy(request.data.auth.pass,
 			params->password.plaintext,
-			sizeof(request.data.auth.user)-1);
+			sizeof(request.data.auth.pass)-1);
 		break;
 
 	case WBC_AUTH_USER_LEVEL_HASH:


-- 
Samba Shared Repository


More information about the samba-cvs mailing list