gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: ats-tests: fix compile


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: ats-tests: fix compile
Date: Tue, 10 Jan 2017 05:25:50 +0100

This is an automated email from the git hooks/post-receive script.

daniel-golle pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e5050ba5c ats-tests: fix compile
e5050ba5c is described below

commit e5050ba5c45a7368349dc1c3f66fe4a912d7ef33
Author: Daniel Golle <address@hidden>
AuthorDate: Tue Jan 10 05:17:54 2017 +0100

    ats-tests: fix compile
---
 src/ats-tests/ats-testing.c | 3 ---
 1 file changed, 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)
     {
       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;
     }
   }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]