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, 30 Jun 2012 11:43:34 +0000 (13:43 +0200)
(cherry picked from commit ee4ef9a535a2d9db11bd94987fb96ae8f8771e79)
(cherry picked from commit 991f83fed8f49fe4c6b4f47bd63b8064d57d811f)

nsswitch/pam_winbind.c

index caae5896c45ca3f69d113940bf2ee4bef1ff0de9..81055c9f0ff9461ce30cc4cb420f9b72937ee5d2 100644 (file)
@@ -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",