aboutsummaryrefslogtreecommitdiff
path: root/src/credential/plugin_rest_credential.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/plugin_rest_credential.c')
-rw-r--r--src/credential/plugin_rest_credential.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/credential/plugin_rest_credential.c b/src/credential/plugin_rest_credential.c
index 651de0075..f13e26cd4 100644
--- a/src/credential/plugin_rest_credential.c
+++ b/src/credential/plugin_rest_credential.c
@@ -492,7 +492,8 @@ verify_cred_cont (struct GNUNET_REST_RequestHandle *conndata_handle,
492 &handle->issuer_key, 492 &handle->issuer_key,
493 handle->issuer_attr, 493 handle->issuer_attr,
494 &handle->subject_key, 494 &handle->subject_key,
495 handle->subject_attr, 495 0,
496 NULL,//TODOhandle->subject_attr,
496 &handle_verify_response, 497 &handle_verify_response,
497 handle); 498 handle);
498 499