gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: at least NULL the task hand


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: at least NULL the task handle in the unimplemented task
Date: Sun, 22 Jan 2017 00:14:54 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1d46a0418 at least NULL the task handle in the unimplemented task
1d46a0418 is described below

commit 1d46a0418a58a2012993f0a9fc43719fe9575a8e
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 22 00:14:51 2017 +0100

    at least NULL the task handle in the unimplemented task
---
 src/cadet/gnunet-service-cadet-new_tunnels.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cadet/gnunet-service-cadet-new_tunnels.c 
b/src/cadet/gnunet-service-cadet-new_tunnels.c
index 06c98fcee..fee58fd17 100644
--- a/src/cadet/gnunet-service-cadet-new_tunnels.c
+++ b/src/cadet/gnunet-service-cadet-new_tunnels.c
@@ -1737,6 +1737,7 @@ maintain_connections_cb (void *cls)
 {
   struct CadetTunnel *t = cls;
 
+  t->maintain_connections_task = NULL;
   GNUNET_break (0); // FIXME: implement!
 }
 

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



reply via email to

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