gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32710 - gnunet/src/transport
Date: Fri, 21 Mar 2014 13:59:15 +0100

Author: wachs
Date: 2014-03-21 13:59:15 +0100 (Fri, 21 Mar 2014)
New Revision: 32710

Modified:
   gnunet/src/transport/plugin_transport_tcp.c
Log:
fix compile warning


Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2014-03-21 12:56:24 UTC (rev 
32709)
+++ gnunet/src/transport/plugin_transport_tcp.c 2014-03-21 12:59:15 UTC (rev 
32710)
@@ -2102,6 +2102,11 @@
             PLUGIN_NAME, &t6, sizeof (t6),
             GNUNET_HELLO_ADDRESS_INFO_INBOUND);
       }
+      else
+      {
+        GNUNET_break (0);
+        return;
+      }
       session = create_session (plugin, address, client, GNUNET_NO);
       GNUNET_HELLO_address_free (address);
       ats = plugin->env->get_address_type (plugin->env->cls, vaddr, alen);




reply via email to

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