From 80ba1c6ebe03021dc464d4c3273607d1fa990de5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jul 2020 00:44:59 +0200 Subject: merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 --- src/testing/testing_api_loop.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/testing/testing_api_loop.c') 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, -- cgit v1.2.3