gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31569 - gnunet/src/transport
Date: Thu, 19 Dec 2013 16:13:31 +0100

Author: wachs
Date: 2013-12-19 16:13:31 +0100 (Thu, 19 Dec 2013)
New Revision: 31569

Modified:
   gnunet/src/transport/plugin_transport_http_client.c
Log:
trying to analyze bug 0003218


Modified: gnunet/src/transport/plugin_transport_http_client.c
===================================================================
--- gnunet/src/transport/plugin_transport_http_client.c 2013-12-19 15:00:58 UTC 
(rev 31568)
+++ gnunet/src/transport/plugin_transport_http_client.c 2013-12-19 15:13:31 UTC 
(rev 31569)
@@ -480,7 +480,8 @@
   /* lookup if session is really existing */
   if (GNUNET_YES != client_exist_session (plugin, s))
   {
-    GNUNET_break (0);
+    GNUNET_log_from (GNUNET_ERROR_TYPE_WARNING, plugin->name,
+                     "Trying to send with invalid session %p \n");
     return GNUNET_SYSERR;
   }
 




reply via email to

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