From 8ef88db521ee7aaf9b80b6ee7c356f824c3e29ca Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 25 May 2012 17:19:29 -0700 Subject: [PATCH] Fix bug #8957 - Typo in pam_winbindd code MUST fix. --- nsswitch/pam_winbind.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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", -- 1.7.7.3