gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r17773 - gnunet/src/transport
Date: Wed, 26 Oct 2011 11:54:31 +0200

Author: brodski
Date: 2011-10-26 11:54:31 +0200 (Wed, 26 Oct 2011)
New Revision: 17773

Modified:
   gnunet/src/transport/plugin_transport_wlan.c
Log:
Bugfix

Modified: gnunet/src/transport/plugin_transport_wlan.c
===================================================================
--- gnunet/src/transport/plugin_transport_wlan.c        2011-10-26 09:26:18 UTC 
(rev 17772)
+++ gnunet/src/transport/plugin_transport_wlan.c        2011-10-26 09:54:31 UTC 
(rev 17773)
@@ -1809,15 +1809,18 @@
     finish->msgstart = NULL;
     restart_helper(plugin, finish);
 
+    set_next_beacon_time (plugin);
+
   }
   else
     {
     GNUNET_assert (bytes == size);
+    set_next_beacon_time (plugin);
     set_next_send (plugin);
     }
   GNUNET_free (msgheader);
 
-  set_next_beacon_time (plugin);
+
 }
 
 /**
@@ -2061,7 +2064,6 @@
   if (GNUNET_TIME_absolute_get_remaining (plugin->beacon_time).rel_value == 0)
   {
     send_hello_beacon (plugin);
-    set_next_send(plugin);
     return;
   }
 




reply via email to

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