aboutsummaryrefslogtreecommitdiff
path: root/src/arm/arm_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/arm_api.c')
-rw-r--r--src/arm/arm_api.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index afc32fc3a..5fcbfb0a9 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -977,9 +977,12 @@ GNUNET_ARM_request_service_start (struct GNUNET_ARM_Handle *h,
977 { 977 {
978 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, 978 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING,
979 "pipe"); 979 "pipe");
980 } else { 980 ret = GNUNET_ARM_RESULT_START_FAILED;
981 }
982 else
983 {
981 wsig = GNUNET_DISK_pipe_detach_end (sig, 984 wsig = GNUNET_DISK_pipe_detach_end (sig,
982 GNUNET_DISK_PIPE_END_WRITE); 985 GNUNET_DISK_PIPE_END_WRITE);
983 ret = start_arm_service (h, 986 ret = start_arm_service (h,
984 std_inheritance, 987 std_inheritance,
985 wsig); 988 wsig);