Fix bug #8957 - Typo in pam_winbindd code MUST fix.
authorJeremy Allison <jra@samba.org>
Sat, 26 May 2012 00:19:29 +0000 (17:19 -0700)
committerKarolin Seeger <kseeger@samba.org>
Sat, 26 May 2012 20:07:37 +0000 (22:07 +0200)
nsswitch/pam_winbind.c

index 11599da99c8f9075117b0c6b1d21c1a0649184ac..f67612819114c26af51d5fec861cde5bad68a4f0 100644 (file)
@@ -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",