Skip to content

Commit

Permalink
Updates to work with QAS 4.2.1 API
Browse files Browse the repository at this point in the history
  • Loading branch information
JaysonHurst committed May 7, 2019
1 parent e63d077 commit e6af811
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.6.8.5 (2019-05-07)
- Updated to work with QAS 4.2.1 api

3.6.8.4 (2014-11-06)
- Added a negative group cache for invalid group name lookups. Bug# 851
- Updated group lookups to use new API call provided in QAS 4.0.1.X
Expand Down
2 changes: 1 addition & 1 deletion mod_auth_vas.c
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ do_gss_spnego_accept(request_rec *r, const char *auth_line)
else {
gss_release_buffer(&gsserr, &out_token);
if (client_name)
gss_release_name(NULL, &client_name);
gss_release_name(&gsserr, &client_name);
UNLOCK_VAS(r);
}

Expand Down

0 comments on commit e6af811

Please sign in to comment.