aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2017-01-10 05:17:54 +0100
committerDaniel Golle <daniel@makrotopia.org>2017-01-10 05:25:19 +0100
commite5050ba5c45a7368349dc1c3f66fe4a912d7ef33 (patch)
treec1e38ce4c8355ae008bafbf1f1f789bbb7ea0227 /src/ats-tests
parentaae0e990d75448c3260ed74427a6a1e1658f8f0a (diff)
downloadgnunet-e5050ba5c45a7368349dc1c3f66fe4a912d7ef33.tar.gz
gnunet-e5050ba5c45a7368349dc1c3f66fe4a912d7ef33.zip
ats-tests: fix compile
Diffstat (limited to 'src/ats-tests')
-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 }