gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix #5125


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix #5125
Date: Tue, 12 Sep 2017 15:03:47 +0200

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 8176255b9 fix #5125
8176255b9 is described below

commit 8176255b920f8a54cc3a6a092779842891069fd7
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Sep 12 15:03:18 2017 +0200

    fix #5125
---
 src/cadet/gnunet-service-cadet.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cadet/gnunet-service-cadet.c b/src/cadet/gnunet-service-cadet.c
index af4cebfaa..c3e99e0eb 100644
--- a/src/cadet/gnunet-service-cadet.c
+++ b/src/cadet/gnunet-service-cadet.c
@@ -638,6 +638,7 @@ handle_channel_destroy (void *cls,
          "%s tried to destroy unknown channel %X\n",
          GSC_2s(c),
          (uint32_t) ntohl (msg->ccn.channel_of_client));
+    GNUNET_SERVICE_client_continue (c->client);
     return;
   }
   LOG (GNUNET_ERROR_TYPE_DEBUG,

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



reply via email to

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