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

Karolin Seeger kseeger at samba.org
Sat May 26 14:10:24 MDT 2012


The branch, v3-5-test has been updated
       via  991f83f Fix bug #8957 - Typo in pam_winbindd code MUST fix. (cherry picked from commit ee4ef9a535a2d9db11bd94987fb96ae8f8771e79)
      from  19fc7d6 s3-pam_winbind: Fix the build.

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


- Log -----------------------------------------------------------------
commit 991f83fed8f49fe4c6b4f47bd63b8064d57d811f
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.
    (cherry picked from commit ee4ef9a535a2d9db11bd94987fb96ae8f8771e79)

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

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 caae589..81055c9 100644
--- a/nsswitch/pam_winbind.c
+++ b/nsswitch/pam_winbind.c
@@ -2290,7 +2290,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