aboutsummaryrefslogtreecommitdiff
path: root/src/exit
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/exit
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/exit')
-rw-r--r--src/exit/gnunet-daemon-exit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 4f583c5bd..79c1f8435 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3210,7 +3210,8 @@ run (void *cls, char *const *args GNUNET_UNUSED,
3210 GNUNET_SCHEDULER_shutdown (); 3210 GNUNET_SCHEDULER_shutdown ();
3211 return; 3211 return;
3212 } 3212 }
3213 helper_handle = GNUNET_HELPER_start ("gnunet-helper-exit", 3213 helper_handle = GNUNET_HELPER_start (GNUNET_NO,
3214 "gnunet-helper-exit",
3214 exit_argv, 3215 exit_argv,
3215 &message_token, 3216 &message_token,
3216 NULL, NULL); 3217 NULL, NULL);