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

Karolin Seeger kseeger at samba.org
Sat May 26 14:09:04 MDT 2012


The branch, v3-6-test has been updated
       via  ee4ef9a Fix bug #8957 - Typo in pam_winbindd code MUST fix.
      from  baac32c s3-passdb: Fix negative SID->uid/gid cache handling. (bug #8952)

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


- Log -----------------------------------------------------------------
commit ee4ef9a535a2d9db11bd94987fb96ae8f8771e79
Author: Jeremy Allison <jra at samba.org>
Date:   Fri May 25 17:19:29 2012 -0700

    Fix bug #8957 - Typo in pam_winbindd code MUST fix.

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

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


Changeset truncated at 500 lines:

diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c
index 11599da..f676128 100644
--- a/nsswitch/pam_winbind.c
+++ b/nsswitch/pam_winbind.c
@@ -2277,7 +2277,7 @@ static const char *get_conf_item_string(struct pwb_context *ctx,
 			goto out;
 		}
 
-		parm_opt = iniparser_getstring,(ctx->dict, key, NULL);
+		parm_opt = iniparser_getstring(ctx->dict, key, NULL);
 		TALLOC_FREE(key);
 
 		_pam_log_debug(ctx, LOG_INFO, "CONFIG file: %s '%s'\n",


-- 
Samba Shared Repository


More information about the samba-cvs mailing list