Skip to content

Commit e465d6f

Browse files
committed
credential_sets fix
1 parent ef2efee commit e465d6f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
159 Bytes
Binary file not shown.

matcher/dcql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ cJSON* dcql_query(const int request_id, cJSON* query, cJSON* credential_store) {
270270
}
271271
++option_idx;
272272
}
273-
if (credential_set_matched == 0) {
273+
if (cJSON_GetArraySize(matched_credential_sets) == 0) {
274274
matched = 0;
275275
break;
276276
}

0 commit comments

Comments
 (0)