gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r35015 - gnunet/src/transport
Date: Mon, 26 Jan 2015 22:57:41 +0100

Author: grothoff
Date: 2015-01-26 22:57:41 +0100 (Mon, 26 Jan 2015)
New Revision: 35015

Modified:
   gnunet/src/transport/plugin_transport_wlan.c
Log:
-fc not done here, do not null

Modified: gnunet/src/transport/plugin_transport_wlan.c
===================================================================
--- gnunet/src/transport/plugin_transport_wlan.c        2015-01-26 21:32:42 UTC 
(rev 35014)
+++ gnunet/src/transport/plugin_transport_wlan.c        2015-01-26 21:57:41 UTC 
(rev 35015)
@@ -949,7 +949,6 @@
 
   fm->sh = NULL;
   GNUNET_FRAGMENT_context_transmission_done (fm->fragcontext);
-  fm->fragcontext = NULL;
 }
 
 
@@ -1007,7 +1006,6 @@
     else
     {
       GNUNET_FRAGMENT_context_transmission_done (fm->fragcontext);
-      fm->fragcontext = NULL;
     }
     GNUNET_STATISTICS_update (endpoint->plugin->env->stats,
                               "# bytes currently in buffers",
@@ -1050,6 +1048,7 @@
     GNUNET_FRAGMENT_context_destroy (fm->fragcontext,
                                      &endpoint->msg_delay,
                                      &endpoint->ack_delay);
+    fm->fragcontext = NULL;
   }
   if (NULL != fm->timeout_task)
   {




reply via email to

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