aboutsummaryrefslogtreecommitdiff
path: root/src/credential/credential_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/credential_api.c')
-rw-r--r--src/credential/credential_api.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/credential/credential_api.c b/src/credential/credential_api.c
index a3eecd52d..7acce7d9e 100644
--- a/src/credential/credential_api.c
+++ b/src/credential/credential_api.c
@@ -249,7 +249,7 @@ handle_result (void *cls, const struct DelegationChainResultMessage *vr_msg)
249 if (GNUNET_NO == ntohl (vr_msg->del_found)) 249 if (GNUNET_NO == ntohl (vr_msg->del_found))
250 { 250 {
251 proc (proc_cls, 0, NULL, 0, 251 proc (proc_cls, 0, NULL, 0,
252 NULL); // TODO 252 NULL);
253 } 253 }
254 else 254 else
255 { 255 {
@@ -297,7 +297,6 @@ handle_intermediate (void *cls, const struct DelegationChainIntermediateMessage
297 dd, 297 dd,
298 0, 298 0,
299 NULL)); 299 NULL));
300 sleep(2);
301 proc (proc_cls, dd, is_bw); 300 proc (proc_cls, dd, is_bw);
302} 301}
303 302