diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-10-29 16:40:46 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-10-29 16:40:46 +0000 |
commit | e3da6b24b01892a14022bc993aa47f6efdb8803a (patch) | |
tree | f097bc43a0bd4465ba635aff06137009229dadcd /src/testbed/test_testbed_api_controllerlink.c | |
parent | 7f9f7e156a8d9ab8bc22d3934df4400ef6a7662f (diff) |
-fixes
git-svn-id: https://gnunet.org/svn/gnunet@24596 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/testbed/test_testbed_api_controllerlink.c')
-rw-r--r-- | src/testbed/test_testbed_api_controllerlink.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testbed/test_testbed_api_controllerlink.c b/src/testbed/test_testbed_api_controllerlink.c index 703815a2d8..abde651664 100644 --- a/src/testbed/test_testbed_api_controllerlink.c +++ b/src/testbed/test_testbed_api_controllerlink.c @@ -660,6 +660,7 @@ check_ssh (char *host_str) "-o", "NoHostAuthenticationForLocalhost=yes", "-q", host_str, "which", "gnunet-helper-testbed", NULL }; + // FIXME: the above no longer works with libexec/-installation! struct GNUNET_OS_Process *auxp; enum GNUNET_OS_ProcessStatusType type; unsigned long code; |