projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aae0e99
)
ats-tests: fix compile
author
Daniel Golle
<daniel@makrotopia.org>
Tue, 10 Jan 2017 04:17:54 +0000
(
05:17
+0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Tue, 10 Jan 2017 04:25:19 +0000
(
05:25
+0100)
src/ats-tests/ats-testing.c
patch
|
blob
|
history
diff --git
a/src/ats-tests/ats-testing.c
b/src/ats-tests/ats-testing.c
index eb30daa6b6af7bc3844fcc72b7cadb699e86e2b9..3d2fc2c98895c2bfdbb891b809e90aa61a085cc4 100644
(file)
--- 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;
}
}