gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17954 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r17954 - gnunet/src/transport
Date: Thu, 3 Nov 2011 09:58:14 +0100

Author: grothoff
Date: 2011-11-03 09:58:14 +0100 (Thu, 03 Nov 2011)
New Revision: 17954

Modified:
   gnunet/src/transport/plugin_transport_wlan.c
Log:
try current dir

Modified: gnunet/src/transport/plugin_transport_wlan.c
===================================================================
--- gnunet/src/transport/plugin_transport_wlan.c        2011-11-02 21:09:35 UTC 
(rev 17953)
+++ gnunet/src/transport/plugin_transport_wlan.c        2011-11-03 08:58:14 UTC 
(rev 17954)
@@ -1532,6 +1532,8 @@
                      filenameloopback, plugin->interface, plugin->testmode);
 #endif
 
+    if (GNUNET_OS_check_helper_binary (filenameloopback) == GNUNET_SYSERR)
+      filenameloopback = "./gnunet-transport-wlan-helper-dummy";
     if (GNUNET_OS_check_helper_binary (filenameloopback) != GNUNET_SYSERR)
     {
       plugin->server_proc =
@@ -1553,6 +1555,8 @@
                      "Starting gnunet-wlan-helper loopback 2 process cmd: %s 
%s %i\n",
                      filenameloopback, plugin->interface, plugin->testmode);
 #endif
+    if (GNUNET_OS_check_helper_binary (filenameloopback) == GNUNET_SYSERR)
+      filenameloopback = "./gnunet-transport-wlan-helper-dummy";
     if (GNUNET_OS_check_helper_binary (filenameloopback) != GNUNET_SYSERR)
     {
       plugin->server_proc =




reply via email to

[Prev in Thread] Current Thread [Next in Thread]