Skip to content

Commit f2b12a1

Browse files
committed
authz: fix call to oidc_authz_22_worker
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 0f7cf5d commit f2b12a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handle/authz.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ int oidc_authz_22_checker(request_rec *r) {
794794
}
795795

796796
/* dispatch to the <2.4 specific authz routine */
797-
int rc = oidc_authz_22_worker(r, claims ? claims : id_token, reqs, reqs_arr->nelts);
797+
int rc = oidc_authz_22_worker(r, claims, reqs, reqs_arr->nelts);
798798

799799
/* cleanup */
800800
if (claims)

0 commit comments

Comments
 (0)