aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/ats-testing.c')
-rw-r--r--src/ats-tests/ats-testing.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ats-tests/ats-testing.c b/src/ats-tests/ats-testing.c
index eb30daa6b..3d2fc2c98 100644
--- a/src/ats-tests/ats-testing.c
+++ b/src/ats-tests/ats-testing.c
@@ -90,7 +90,6 @@ do_shutdown (void *cls)
90 { 90 {
91 if (NULL != p->partners[c_op].cth) 91 if (NULL != p->partners[c_op].cth)
92 { 92 {
93 GNUNET_CORE_notify_transmit_ready_cancel (p->partners[c_op].cth);
94 p->partners[c_op].cth = NULL; 93 p->partners[c_op].cth = NULL;
95 } 94 }
96 if ( (NULL != p->core_connect_ops) && 95 if ( (NULL != p->core_connect_ops) &&
@@ -133,7 +132,6 @@ do_shutdown (void *cls)
133 { 132 {
134 if (NULL != p->partners[c_op].cth) 133 if (NULL != p->partners[c_op].cth)
135 { 134 {
136 GNUNET_CORE_notify_transmit_ready_cancel (p->partners[c_op].cth);
137 p->partners[c_op].cth = NULL; 135 p->partners[c_op].cth = NULL;
138 } 136 }
139 } 137 }
@@ -316,7 +314,6 @@ comm_disconnect_cb (void *cls,
316 GNUNET_i2s (peer)); 314 GNUNET_i2s (peer));
317 if (NULL != p->cth) 315 if (NULL != p->cth)
318 { 316 {
319 GNUNET_CORE_notify_transmit_ready_cancel (p->cth);
320 p->cth = NULL; 317 p->cth = NULL;
321 } 318 }
322 } 319 }