From ecdc64b5af16246777bb2a4cab79e203fe462a66 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 25 Nov 2011 22:15:37 +0000 Subject: LRN: Use GNUNET_strdup() instead of strdup () --- src/transport/plugin_transport_wlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/plugin_transport_wlan.c') 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) { if (GNUNET_OS_check_helper_binary (filenameloopback) == GNUNET_YES) { - absolute_filename = strdup (filenameloopback); + absolute_filename = GNUNET_strdup (filenameloopback); } else { -- cgit v1.2.3