From d09beecc8f5f111538208b7b8da100e0a7015cda Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 21 Jan 2018 18:46:18 +0100 Subject: integrate sigpipe with ain loop --- src/exchange-lib/testing_api_trait_process.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/exchange-lib/testing_api_trait_process.c') diff --git a/src/exchange-lib/testing_api_trait_process.c b/src/exchange-lib/testing_api_trait_process.c index 2e2e0e13..877eca97 100644 --- a/src/exchange-lib/testing_api_trait_process.c +++ b/src/exchange-lib/testing_api_trait_process.c @@ -44,8 +44,8 @@ TALER_TESTING_get_trait_process (const struct TALER_TESTING_Command *cmd, struct GNUNET_OS_Process ***processp) { return cmd->traits (cmd->cls, - (void **) coin_priv, - TALER_TESTING_TRAIT_COIN_PRIVATE_KEY, + (void **) processp, + TALER_TESTING_TRAIT_PROCESS, selector); } @@ -57,7 +57,7 @@ TALER_TESTING_make_trait_process (const char *selector, struct TALER_TESTING_Trait ret = { .selector = selector, .trait_name = TALER_TESTING_TRAIT_PROCESS, - .ptr = (const void *) process + .ptr = (const void *) processp }; return ret; -- cgit v1.2.3