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 #5608


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix #5608
Date: Mon, 25 Feb 2019 22:04:06 +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 4b72d1fe1 fix #5608
4b72d1fe1 is described below

commit 4b72d1fe12c340fc0f53c42309e9789bcb1d831f
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 25 22:04:04 2019 +0100

    fix #5608
---
 src/set/gnunet-service-set.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/set/gnunet-service-set.c b/src/set/gnunet-service-set.c
index c71eb6edc..71f74594f 100644
--- a/src/set/gnunet-service-set.c
+++ b/src/set/gnunet-service-set.c
@@ -1221,8 +1221,11 @@ _GSS_operation_destroy2 (struct Operation *op)
     GNUNET_CADET_channel_destroy (channel);
   }
   if (NULL != op->listener)
+  {
     incoming_destroy (op);
-  else if (NULL != op->set)
+    return;
+  }
+  if (NULL != op->set)
     op->set->vt->channel_death (op);
   else
     _GSS_operation_destroy (op,

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



reply via email to

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