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 5d81d0afa..ae6af96f8 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1482,7 +1482,7 @@ wlan_transport_start_wlan_helper (struct Plugin *plugin)
1482 { 1482 {
1483 if (GNUNET_OS_check_helper_binary (filenameloopback) == GNUNET_YES) 1483 if (GNUNET_OS_check_helper_binary (filenameloopback) == GNUNET_YES)
1484 { 1484 {
1485 absolute_filename = strdup (filenameloopback); 1485 absolute_filename = GNUNET_strdup (filenameloopback);
1486 } 1486 }
1487 else 1487 else
1488 { 1488 {