aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-18 00:44:59 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-18 00:44:59 +0200
commit80ba1c6ebe03021dc464d4c3273607d1fa990de5 (patch)
tree7c2c4586d3bb8532705daafb2b23c73fc1e7384d /src/testing
parent3f9c4646974b9d5c6e8f863219afe95c982eded6 (diff)
downloadexchange-80ba1c6ebe03021dc464d4c3273607d1fa990de5.tar.xz
merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_loop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c
index fceff4234..aedb33fc9 100644
--- a/src/testing/testing_api_loop.c
+++ b/src/testing/testing_api_loop.c
@@ -790,8 +790,7 @@ TALER_TESTING_setup (TALER_TESTING_Main main_cb,
sizeof (is));
is.exchanged = exchanged;
is.cfg = cfg;
- sigpipe = GNUNET_DISK_pipe (GNUNET_NO, GNUNET_NO,
- GNUNET_NO, GNUNET_NO);
+ sigpipe = GNUNET_DISK_pipe (GNUNET_DISK_PF_NONE);
GNUNET_assert (NULL != sigpipe);
shc_chld = GNUNET_SIGNAL_handler_install
(GNUNET_SIGCHLD,