[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-32-49-g90651d7

Karolin Seeger kseeger at samba.org
Fri Oct 24 10:55:27 GMT 2008


The branch, v3-0-test has been updated
       via  90651d77f1f7fc6d29629d3a0dd566d07c090609 (commit)
      from  98f3369e08f4d5bc759e93d36f3d67a3c057f40d (commit)

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


- Log -----------------------------------------------------------------
commit 90651d77f1f7fc6d29629d3a0dd566d07c090609
Author: Andreas Schneider <mail at cynapses.org>
Date:   Fri Oct 24 12:01:24 2008 +0200

    Fix the build of pam_winbind.

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

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


Changeset truncated at 500 lines:

diff --git a/source/nsswitch/pam_winbind.c b/source/nsswitch/pam_winbind.c
index e36733c..6ee80d0 100644
--- a/source/nsswitch/pam_winbind.c
+++ b/source/nsswitch/pam_winbind.c
@@ -1897,7 +1897,7 @@ out:
 	 * Delete the krb5 ccname variable from the PAM environment
 	 * if it was set by winbind.
 	 */
-	if (ctx->ctrl & WINBIND_KRB5_AUTH) {
+	if (ctrl & WINBIND_KRB5_AUTH) {
 		pam_putenv(pamh, "KRB5CCNAME");
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list