aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-29 13:09:25 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-29 13:09:25 +0000
commita4b74ef335873379d374d372bcce7c4228095bd5 (patch)
tree7948e9ea9d8f3fc9d2d767fd2490c8a1855d1129 /src/transport/test_plugin_transport.c
parent19a28dc192c59da09b2668c33fbbcce421f5a05d (diff)
downloadgnunet-a4b74ef335873379d374d372bcce7c4228095bd5.tar.gz
gnunet-a4b74ef335873379d374d372bcce7c4228095bd5.zip
only use control pipe with helpers IF the helper actually supports it
Diffstat (limited to 'src/transport/test_plugin_transport.c')
-rw-r--r--src/transport/test_plugin_transport.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index f195d0369..4934dcdad 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -531,7 +531,8 @@ run (void *cls, char *const *args, const char *cfgfile,
531 helper_argv[0] = (char *) "gnunet-helper-transport-wlan-dummy"; 531 helper_argv[0] = (char *) "gnunet-helper-transport-wlan-dummy";
532 helper_argv[1] = (char *) "2"; 532 helper_argv[1] = (char *) "2";
533 helper_argv[2] = NULL; 533 helper_argv[2] = NULL;
534 suid_helper = GNUNET_HELPER_start ("gnunet-helper-transport-wlan-dummy", 534 suid_helper = GNUNET_HELPER_start (GNUNET_NO,
535 "gnunet-helper-transport-wlan-dummy",
535 helper_argv, 536 helper_argv,
536 &handle_helper_message, 537 &handle_helper_message,
537 NULL, 538 NULL,