gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r18052 - gnunet/src/transport
Date: Tue, 8 Nov 2011 15:55:45 +0100

Author: wachs
Date: 2011-11-08 15:55:45 +0100 (Tue, 08 Nov 2011)
New Revision: 18052

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
trying to fix https://ng.gnunet.org/bugs/view.php?id=1888


Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2011-11-08 14:54:43 UTC (rev 
18051)
+++ gnunet/src/transport/plugin_transport_udp.c 2011-11-08 14:55:45 UTC (rev 
18052)
@@ -540,6 +540,7 @@
     GNUNET_SCHEDULER_cancel (s->invalidation_task);
   if (GNUNET_SCHEDULER_NO_TASK != s->delayed_cont_task)
     GNUNET_SCHEDULER_cancel (s->delayed_cont_task);
+  GNUNET_CONTAINER_multihashmap_remove(s->plugin->inbound_sessions, 
&s->target.hashPubKey, s);
   GNUNET_free (s);
   return GNUNET_OK;
 }
@@ -569,8 +570,8 @@
                                               &target->hashPubKey,
                                               &destroy_inbound_session, NULL);
   GNUNET_log_strerror (GNUNET_ERROR_TYPE_ERROR, "sendto");
-  LOG (GNUNET_ERROR_TYPE_ERROR, "UDP DISCONNECT\n");
 
+
   plugin->last_expected_delay = GNUNET_FRAGMENT_context_destroy 
(session->frag);
   if (GNUNET_SCHEDULER_NO_TASK != session->delayed_cont_task)
     GNUNET_SCHEDULER_cancel (session->delayed_cont_task);




reply via email to

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