Skip to content

Commit e6af811

Browse files
committed
Updates to work with QAS 4.2.1 API
1 parent e63d077 commit e6af811

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.6.8.5 (2019-05-07)
2+
- Updated to work with QAS 4.2.1 api
3+
14
3.6.8.4 (2014-11-06)
25
- Added a negative group cache for invalid group name lookups. Bug# 851
36
- Updated group lookups to use new API call provided in QAS 4.0.1.X

mod_auth_vas.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1799,7 +1799,7 @@ do_gss_spnego_accept(request_rec *r, const char *auth_line)
17991799
else {
18001800
gss_release_buffer(&gsserr, &out_token);
18011801
if (client_name)
1802-
gss_release_name(NULL, &client_name);
1802+
gss_release_name(&gsserr, &client_name);
18031803
UNLOCK_VAS(r);
18041804
}
18051805

0 commit comments

Comments
 (0)