From 3099a7c25cf6b11b0f1909e5a2651d65c0e921c7 Mon Sep 17 00:00:00 2001 From: Andreas Ebner Date: Fri, 20 Sep 2019 10:49:02 +0200 Subject: Cleanup TODOs, bugfix in cleanup and start of bidirectional chain resolution: - removed and/or implemented all remaining TODOs - fixed a bug in cleanup_handle() which caused to not cleanup correctly when a solution was prematurely found - delegation_chain_bw/fw_resolution_start() not has a return value to indicate whether a solution was prematurely found - cleaned up the test_... files (an additional cleanup commit might follow) --- src/credential/credential_api.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/credential/credential_api.c') 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) if (GNUNET_NO == ntohl (vr_msg->del_found)) { proc (proc_cls, 0, NULL, 0, - NULL); // TODO + NULL); } else { @@ -297,7 +297,6 @@ handle_intermediate (void *cls, const struct DelegationChainIntermediateMessage dd, 0, NULL)); - sleep(2); proc (proc_cls, dd, is_bw); } -- cgit v1.2.3