aboutsummaryrefslogtreecommitdiff
path: root/src/credential/plugin_rest_credential.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2017-05-30 13:50:07 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2017-05-30 13:50:07 +0200
commit5747257471e9b66208836799bced6df3d32c50f4 (patch)
tree1a29764f836e30dfce86393a4e8e09032302dab6 /src/credential/plugin_rest_credential.c
parentdfe45df6f05c770db78922dc352c4d88de15e56e (diff)
downloadgnunet-5747257471e9b66208836799bced6df3d32c50f4.tar.gz
gnunet-5747257471e9b66208836799bced6df3d32c50f4.zip
-fix idp
Diffstat (limited to 'src/credential/plugin_rest_credential.c')
-rw-r--r--src/credential/plugin_rest_credential.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/credential/plugin_rest_credential.c b/src/credential/plugin_rest_credential.c
index 59022e794..48d48fba0 100644
--- a/src/credential/plugin_rest_credential.c
+++ b/src/credential/plugin_rest_credential.c
@@ -177,7 +177,7 @@ cleanup_handle (struct RequestHandle *handle)
177 if (NULL != handle->subject_attr) 177 if (NULL != handle->subject_attr)
178 GNUNET_free (handle->subject_attr); 178 GNUNET_free (handle->subject_attr);
179 if (NULL != handle->verify_request) 179 if (NULL != handle->verify_request)
180 GNUNET_CREDENTIAL_verify_cancel (handle->verify_request); 180 GNUNET_CREDENTIAL_request_cancel (handle->verify_request);
181 if (NULL != handle->credential) 181 if (NULL != handle->credential)
182 GNUNET_CREDENTIAL_disconnect (handle->credential); 182 GNUNET_CREDENTIAL_disconnect (handle->credential);
183 if (NULL != handle->id_op) 183 if (NULL != handle->id_op)