[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r35769 - gnunet/src/transport
From: |
gnunet |
Subject: |
[GNUnet-SVN] r35769 - gnunet/src/transport |
Date: |
Thu, 21 May 2015 13:54:52 +0200 |
Author: grothoff
Date: 2015-05-21 13:54:52 +0200 (Thu, 21 May 2015)
New Revision: 35769
Modified:
gnunet/src/transport/plugin_transport_wlan.c
Log:
-also use NONE instead of INBOUND for WLAN
Modified: gnunet/src/transport/plugin_transport_wlan.c
===================================================================
--- gnunet/src/transport/plugin_transport_wlan.c 2015-05-21 10:14:44 UTC
(rev 35768)
+++ gnunet/src/transport/plugin_transport_wlan.c 2015-05-21 11:54:52 UTC
(rev 35769)
@@ -1481,7 +1481,7 @@
PLUGIN_NAME,
&mas->endpoint->wlan_addr,
sizeof (mas->endpoint->wlan_addr),
-
GNUNET_HELLO_ADDRESS_INFO_INBOUND);
+ GNUNET_HELLO_ADDRESS_INFO_NONE);
mas->session = lookup_session (mas->endpoint,
&tmpsource);
if (NULL == mas->session)
@@ -1609,7 +1609,7 @@
PLUGIN_NAME,
&mas->endpoint->wlan_addr,
sizeof (struct WlanAddress),
-
GNUNET_HELLO_ADDRESS_INFO_INBOUND);
+ GNUNET_HELLO_ADDRESS_INFO_NONE);
plugin->env->session_start (plugin->env->cls,
address,
mas->session,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r35769 - gnunet/src/transport,
gnunet <=