Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
fix undefined reference (crash) in verifier after verification failure.
Browse files Browse the repository at this point in the history
closes #523.  introduced in issue #82.
  • Loading branch information
lloyd committed Nov 2, 2011
1 parent 1528364 commit ba3c534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifier/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function doVerify(req, resp, next) {
resp.json({"status":"failure", reason: (error ? error.toString() : "unknown")});
metrics.report('verify', {
result: 'failure',
rp: audienceFromAssertion
rp: audience
});
});

Expand Down

0 comments on commit ba3c534

Please sign in to comment.