aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-04-15 15:00:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-04-15 15:00:53 +0000
commit8a6448fb4f4dbfab07995028ce8f2516c563cac3 (patch)
treeb73a10218990841af0d58f2e433752f8092c4aec /src/transport/plugin_transport_wlan.c
parent4e668e13d72a1fc55abfe69578c0486fdf02cd78 (diff)
downloadgnunet-8a6448fb4f4dbfab07995028ce8f2516c563cac3.tar.gz
gnunet-8a6448fb4f4dbfab07995028ce8f2516c563cac3.zip
-no boolean
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 29070560e..223791e18 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1739,7 +1739,7 @@ libgnunet_plugin_transport_wlan_init (void *cls)
1739 } 1739 }
1740 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-transport-wlan"); 1740 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-transport-wlan");
1741 if ( (0 == testmode) && 1741 if ( (0 == testmode) &&
1742 (GNUNET_YES != GNUNET_OS_check_helper_binary (binary, TRUE, NULL)) ) 1742 (GNUNET_YES != GNUNET_OS_check_helper_binary (binary, GNUNET_YES, NULL)) )
1743 { 1743 {
1744 LOG (GNUNET_ERROR_TYPE_ERROR, 1744 LOG (GNUNET_ERROR_TYPE_ERROR,
1745 _("Helper binary `%s' not SUID, cannot run WLAN transport\n"), 1745 _("Helper binary `%s' not SUID, cannot run WLAN transport\n"),