aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 223791e18..5b4e702e5 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1613,7 +1613,7 @@ libgnunet_plugin_transport_wlan_done (void *cls)
1613 } 1613 }
1614 if (NULL != plugin->suid_helper) 1614 if (NULL != plugin->suid_helper)
1615 { 1615 {
1616 GNUNET_HELPER_stop (plugin->suid_helper); 1616 GNUNET_HELPER_stop (plugin->suid_helper, GNUNET_NO);
1617 plugin->suid_helper = NULL; 1617 plugin->suid_helper = NULL;
1618 } 1618 }
1619 endpoint_next = plugin->mac_head; 1619 endpoint_next = plugin->mac_head;