gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31371 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r31371 - gnunet/src/transport
Date: Fri, 13 Dec 2013 18:07:35 +0100

Author: grothoff
Date: 2013-12-13 18:07:35 +0100 (Fri, 13 Dec 2013)
New Revision: 31371

Modified:
   gnunet/src/transport/plugin_transport_tcp.c
Log:
-crash if this happens, so we at least get a core dump

Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2013-12-13 17:06:48 UTC (rev 
31370)
+++ gnunet/src/transport/plugin_transport_tcp.c 2013-12-13 17:07:35 UTC (rev 
31371)
@@ -1229,6 +1229,7 @@
   {
     LOG (GNUNET_ERROR_TYPE_ERROR,
          _("Trying to send with invalid session %p\n"));
+    GNUNET_assert (0);
     return GNUNET_SYSERR;
   }
 #endif




reply via email to

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