From 9162b28b0af22d255c0017a2f539e22dea407881 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 11 Aug 2018 02:48:15 +0200 Subject: fix command lookup --- src/exchange-lib/testing_api_cmd_withdraw.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/exchange-lib/testing_api_cmd_withdraw.c') diff --git a/src/exchange-lib/testing_api_cmd_withdraw.c b/src/exchange-lib/testing_api_cmd_withdraw.c index 50cc45ed5..90a15b80f 100644 --- a/src/exchange-lib/testing_api_cmd_withdraw.c +++ b/src/exchange-lib/testing_api_cmd_withdraw.c @@ -97,19 +97,19 @@ struct WithdrawState * How long do we wait until we retry? */ struct GNUNET_TIME_Relative backoff; - + /** * Expected HTTP response code to the request. */ unsigned int expected_response_code; /** - * Was this command modified via - * #TALER_TESTING_cmd_withdraw_with_retry to + * Was this command modified via + * #TALER_TESTING_cmd_withdraw_with_retry to * enable retries? */ int do_retry; - + }; @@ -502,12 +502,12 @@ struct TALER_TESTING_Command TALER_TESTING_cmd_withdraw_with_retry (struct TALER_TESTING_Command cmd) { struct WithdrawState *ws; - + GNUNET_assert (&withdraw_run == cmd.run); ws = cmd.cls; ws->do_retry = GNUNET_YES; return cmd; } - + /* end of testing_api_cmd_withdraw.c */ -- cgit v1.2.3