aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-25 22:15:37 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-25 22:15:37 +0000
commitecdc64b5af16246777bb2a4cab79e203fe462a66 (patch)
tree5add1c039d56c297fd199a2829a3c1453e0f5e38 /src/transport/plugin_transport_wlan.c
parent48a507423a2f014aeb559ad4e58acd7ab1c8fc41 (diff)
downloadgnunet-ecdc64b5af16246777bb2a4cab79e203fe462a66.tar.gz
gnunet-ecdc64b5af16246777bb2a4cab79e203fe462a66.zip
LRN: Use GNUNET_strdup() instead of strdup ()
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 {