From: Daniel Golle Date: Tue, 10 Jan 2017 04:17:54 +0000 (+0100) Subject: ats-tests: fix compile X-Git-Tag: taler-0.2.1~474 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e5050ba5c45a7368349dc1c3f66fe4a912d7ef33;p=oweals%2Fgnunet.git ats-tests: fix compile --- 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) { if (NULL != p->partners[c_op].cth) { - GNUNET_CORE_notify_transmit_ready_cancel (p->partners[c_op].cth); p->partners[c_op].cth = NULL; } if ( (NULL != p->core_connect_ops) && @@ -133,7 +132,6 @@ do_shutdown (void *cls) { if (NULL != p->partners[c_op].cth) { - GNUNET_CORE_notify_transmit_ready_cancel (p->partners[c_op].cth); p->partners[c_op].cth = NULL; } } @@ -316,7 +314,6 @@ comm_disconnect_cb (void *cls, GNUNET_i2s (peer)); if (NULL != p->cth) { - GNUNET_CORE_notify_transmit_ready_cancel (p->cth); p->cth = NULL; } }