Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/lib-oauth2/oauth2-jwt.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ oauth2_jwt_copy_fields(ARRAY_TYPE(oauth2_field) *fields,

if (!json_node_is_singular(jnode)) {
root = array_append_space(&nodes);
subroot = array_front(&nodes);
Comment thread
cmouse marked this conversation as resolved.
root->root = json_tree_node_get_child(tnode);
root->array = json_node_is_array(jnode);
if (jnode->name == NULL)
Expand Down