From: Jeremy Allison Date: Sat, 26 May 2012 00:19:29 +0000 (-0700) Subject: Fix bug #8957 - Typo in pam_winbindd code MUST fix. X-Git-Tag: samba-3.5.16~27 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=fd3ad537976f2633a6e91dcc2a596c12e7b5f400 Fix bug #8957 - Typo in pam_winbindd code MUST fix. (cherry picked from commit ee4ef9a535a2d9db11bd94987fb96ae8f8771e79) (cherry picked from commit 991f83fed8f49fe4c6b4f47bd63b8064d57d811f) --- diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c index caae5896c45..81055c9f0ff 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",