gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36206 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r36206 - gnunet/src/cadet
Date: Tue, 4 Aug 2015 16:00:30 +0200

Author: bartpolot
Date: 2015-08-04 16:00:30 +0200 (Tue, 04 Aug 2015)
New Revision: 36206

Modified:
   gnunet/src/cadet/gnunet-service-cadet_connection.c
Log:
- log

Modified: gnunet/src/cadet/gnunet-service-cadet_connection.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.c  2015-08-04 14:00:29 UTC 
(rev 36205)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.c  2015-08-04 14:00:30 UTC 
(rev 36206)
@@ -1990,6 +1990,8 @@
       // Keep the one created by peer with higher ID?
       // For now: reject new connection until current confirmed dead
       GNUNET_break_op (0);
+      if (NULL != c->t)
+        GCT_debug (c->t, GNUNET_ERROR_TYPE_WARNING);
       GCC_debug (c, GNUNET_ERROR_TYPE_WARNING);
       path_destroy (path);
       GCC_destroy (c);




reply via email to

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