Skip to content

Commit 5050a96

Browse files
committed
2.4.13.1: fix oidc_jwk_list_copy return dst
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 5d5a31a commit 5050a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jose.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ apr_array_header_t* oidc_jwk_list_copy(apr_pool_t *pool,
417417
jwk);
418418
}
419419
}
420-
return src;
420+
return dst;
421421
}
422422

423423
void oidc_jwk_list_destroy(apr_array_header_t *keys_list) {

0 commit comments

Comments
 (0)