at least NULL the task handle in the unimplemented task
authorChristian Grothoff <christian@grothoff.org>
Sat, 21 Jan 2017 23:14:51 +0000 (00:14 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sat, 21 Jan 2017 23:14:51 +0000 (00:14 +0100)
src/cadet/gnunet-service-cadet-new_tunnels.c

index 06c98fcee53abf8fda1cdd037219c58d78c5436e..fee58fd174b890f08d43b376d6c9b16b48dd3700 100644 (file)
@@ -1737,6 +1737,7 @@ maintain_connections_cb (void *cls)
 {
   struct CadetTunnel *t = cls;
 
+  t->maintain_connections_task = NULL;
   GNUNET_break (0); // FIXME: implement!
 }