Skip to content

Commit

Permalink
2.4.13.1: fix oidc_jwk_list_copy return dst
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Mar 10, 2023
1 parent 5d5a31a commit 5050a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jose.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ apr_array_header_t* oidc_jwk_list_copy(apr_pool_t *pool,
jwk);
}
}
return src;
return dst;
}

void oidc_jwk_list_destroy(apr_array_header_t *keys_list) {
Expand Down

0 comments on commit 5050a96

Please sign in to comment.