gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r21421 - gnunet/src/transport
Date: Thu, 10 May 2012 18:26:02 +0200

Author: wachs
Date: 2012-05-10 18:26:02 +0200 (Thu, 10 May 2012)
New Revision: 21421

Modified:
   gnunet/src/transport/plugin_transport_wlan.c
Log:
fixing WLAN


Modified: gnunet/src/transport/plugin_transport_wlan.c
===================================================================
--- gnunet/src/transport/plugin_transport_wlan.c        2012-05-10 15:44:24 UTC 
(rev 21420)
+++ gnunet/src/transport/plugin_transport_wlan.c        2012-05-10 16:26:02 UTC 
(rev 21421)
@@ -838,6 +838,8 @@
   fm->macendpoint = endpoint;
   fm->target = *target;
   fm->timeout = GNUNET_TIME_relative_to_absolute (timeout);
+  fm->cont = cont;
+  fm->cont_cls = cont_cls;
   fm->fragcontext =
     GNUNET_FRAGMENT_context_create (plugin->env->stats, WLAN_MTU,
                                    &plugin->tracker,




reply via email to

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