Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abbr committed Jul 8, 2014
1 parent 68602c5 commit cd924fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ app.configure(function () {
retrieveGroups: true
});
nodeSSPIObj.authenticate(req, res);
next();
res.finished || next();
});
app.use(function (req, res, next) {
var out = 'Hello ' + req.connection.user + '! You belong to following groups:<br/><ul>';
Expand Down

0 comments on commit cd924fc

Please sign in to comment.