Skip to content

Commit

Permalink
remove unused/obsolete token binding variables
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <hans.zandbelt@openidc.com>
  • Loading branch information
zandbelt committed Nov 1, 2023
1 parent 454e227 commit 8ffa1c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ static apr_byte_t oidc_session_save_cookie(request_rec *r, oidc_session_t *z, ap

apr_byte_t oidc_session_extract(request_rec *r, oidc_session_t *z) {
apr_byte_t rc = FALSE;
const char *ses_p_tb_id = NULL, *env_p_tb_id = NULL;

if (z->state == NULL)
goto out;
Expand Down

0 comments on commit 8ffa1c3

Please sign in to comment.