gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: properly set executed tasks


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: properly set executed tasks to NULL
Date: Sun, 22 Jan 2017 00:02:13 +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 f8f51150a properly set executed tasks to NULL
f8f51150a is described below

commit f8f51150a4f28fecd7f0997227c5c15edfe9dd02
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 22 00:02:09 2017 +0100

    properly set executed tasks to NULL
---
 src/cadet/gnunet-service-cadet-new_channel.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/cadet/gnunet-service-cadet-new_channel.c 
b/src/cadet/gnunet-service-cadet-new_channel.c
index a3ab07c3c..6f57538ac 100644
--- a/src/cadet/gnunet-service-cadet-new_channel.c
+++ b/src/cadet/gnunet-service-cadet-new_channel.c
@@ -439,6 +439,7 @@ send_channel_open (void *cls)
   struct GNUNET_CADET_ChannelOpenMessage msgcc;
   uint32_t options;
 
+  ch->retry_task = NULL;
   options = 0;
   if (ch->nobuffer)
     options |= GNUNET_CADET_OPTION_NOBUFFER;
@@ -1045,6 +1046,7 @@ retry_transmission (void *cls)
   struct CadetChannel *ch = cls;
   struct CadetReliableMessage *crm = ch->head_sent;
 
+  ch->retry_task = NULL;
   GNUNET_assert (NULL == crm->qe);
   crm->qe = GCT_send (ch->t,
                       &crm->data_message.header,

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



reply via email to

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