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 <[email protected]>
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