aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_dht_three_peers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_dht_three_peers.c')
-rw-r--r--src/gns/test_gns_dht_three_peers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_dht_three_peers.c b/src/gns/test_gns_dht_three_peers.c
index 7f5012311..a7bad9bba 100644
--- a/src/gns/test_gns_dht_three_peers.c
+++ b/src/gns/test_gns_dht_three_peers.c
@@ -107,12 +107,12 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
107 107
108 if (NULL != get_cfg_ops[c]) 108 if (NULL != get_cfg_ops[c])
109 { 109 {
110 GNUNET_TESTBED_operation_cancel(get_cfg_ops[c]); 110 GNUNET_TESTBED_operation_done(get_cfg_ops[c]);
111 get_cfg_ops[c] = NULL; 111 get_cfg_ops[c] = NULL;
112 } 112 }
113 if (NULL != connect_ops[c]) 113 if (NULL != connect_ops[c])
114 { 114 {
115 GNUNET_TESTBED_operation_cancel(connect_ops[c]); 115 GNUNET_TESTBED_operation_done(connect_ops[c]);
116 connect_ops[c] = NULL; 116 connect_ops[c] = NULL;
117 } 117 }
118 if (NULL != cfg_handles[c]) 118 if (NULL != cfg_handles[c])