gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r35002 - gnunet/src/transport
Date: Sun, 25 Jan 2015 22:44:18 +0100

Author: grothoff
Date: 2015-01-25 22:44:18 +0100 (Sun, 25 Jan 2015)
New Revision: 35002

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
-stupid check, remove

Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2015-01-25 21:28:06 UTC (rev 
35001)
+++ gnunet/src/transport/plugin_transport_udp.c 2015-01-25 21:44:18 UTC (rev 
35002)
@@ -2338,8 +2338,7 @@
   address = GNUNET_HELLO_address_allocate ( &msg->sender, PLUGIN_NAME,
                                             arg, args,
                                             GNUNET_HELLO_ADDRESS_INFO_INBOUND);
-  if ( (NULL == (s = udp_plugin_lookup_session (plugin, address))) &&
-       (GNUNET_YES != s->in_destroy) )
+  if (NULL == (s = udp_plugin_lookup_session (plugin, address)))
   {
     s = udp_plugin_create_session (plugin, address);
     plugin->env->session_start (NULL, address, s, NULL, 0);




reply via email to

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