aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-08 21:37:43 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-08 21:37:43 +0200
commit21eb6700d55be00750dbc2e43ca7bcc752f3ccef (patch)
treedfb5600f93c49c972f49ef190b9d4ae30e8dc87c /src
parent8bc647030af117a7788412ab2828f5b6223dbb14 (diff)
downloadgnunet-21eb6700d55be00750dbc2e43ca7bcc752f3ccef.tar.gz
gnunet-21eb6700d55be00750dbc2e43ca7bcc752f3ccef.zip
-fix debian package issues reported by Florian
Diffstat (limited to 'src')
-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);