aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-26 12:58:46 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-26 12:58:46 +0000
commit82bc20a8bcbfb269da4dd54476382c924497e7ec (patch)
tree6c64f597dcbecbf53118d6710bc02ec51da4a4b7 /src/gns
parent0c1b1c5380cfff0a8e0e3adae4df2ee048a5fe88 (diff)
downloadgnunet-82bc20a8bcbfb269da4dd54476382c924497e7ec.tar.gz
gnunet-82bc20a8bcbfb269da4dd54476382c924497e7ec.zip
removed GNUNET_TESTBED_operation_cancel
Diffstat (limited to 'src/gns')
-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])