aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/plugin_transport_wlan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 3a25e921b..c0e629b83 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1481,7 +1481,7 @@ process_data (void *cls,
1481 PLUGIN_NAME, 1481 PLUGIN_NAME,
1482 &mas->endpoint->wlan_addr, 1482 &mas->endpoint->wlan_addr,
1483 sizeof (mas->endpoint->wlan_addr), 1483 sizeof (mas->endpoint->wlan_addr),
1484 GNUNET_HELLO_ADDRESS_INFO_INBOUND); 1484 GNUNET_HELLO_ADDRESS_INFO_NONE);
1485 mas->session = lookup_session (mas->endpoint, 1485 mas->session = lookup_session (mas->endpoint,
1486 &tmpsource); 1486 &tmpsource);
1487 if (NULL == mas->session) 1487 if (NULL == mas->session)
@@ -1609,7 +1609,7 @@ process_data (void *cls,
1609 PLUGIN_NAME, 1609 PLUGIN_NAME,
1610 &mas->endpoint->wlan_addr, 1610 &mas->endpoint->wlan_addr,
1611 sizeof (struct WlanAddress), 1611 sizeof (struct WlanAddress),
1612 GNUNET_HELLO_ADDRESS_INFO_INBOUND); 1612 GNUNET_HELLO_ADDRESS_INFO_NONE);
1613 plugin->env->session_start (plugin->env->cls, 1613 plugin->env->session_start (plugin->env->cls,
1614 address, 1614 address,
1615 mas->session, 1615 mas->session,