gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: this actually happens and i


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: this actually happens and is fine
Date: Thu, 16 Feb 2017 22:14:44 +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 d93370848 this actually happens and is fine
d93370848 is described below

commit d93370848ef11a11c9091747de5a57819ba8da58
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Feb 16 22:14:43 2017 +0100

    this actually happens and is fine
---
 src/cadet/gnunet-service-cadet-new_channel.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/cadet/gnunet-service-cadet-new_channel.c 
b/src/cadet/gnunet-service-cadet-new_channel.c
index 68220fe67..e94800593 100644
--- a/src/cadet/gnunet-service-cadet-new_channel.c
+++ b/src/cadet/gnunet-service-cadet-new_channel.c
@@ -1056,7 +1056,8 @@ GCCH_channel_local_destroy (struct CadetChannel *ch,
   switch (ch->state)
   {
   case CADET_CHANNEL_NEW:
-    GNUNET_break (0);
+    /* We gave up on a channel that we created as a client to a remote
+       target, but that never went anywhere. Nothing to do here. */
     break;
   case CADET_CHANNEL_LOOSE:
     GSC_drop_loose_channel (&ch->port,

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



reply via email to

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