From 2fdc21f7d7367b13f21bddee4fbe86e0f91c9b55 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 24 Dec 2019 23:09:06 +0100 Subject: add missing configuration files to dist, eliminate warning on CONFLICT status code in test --- src/lib/testing_api_cmd_withdraw.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib/testing_api_cmd_withdraw.c') diff --git a/src/lib/testing_api_cmd_withdraw.c b/src/lib/testing_api_cmd_withdraw.c index 550ea9577..f559faf2c 100644 --- a/src/lib/testing_api_cmd_withdraw.c +++ b/src/lib/testing_api_cmd_withdraw.c @@ -213,11 +213,17 @@ reserve_withdraw_cb (void *cls, case MHD_HTTP_FORBIDDEN: /* nothing to check */ break; + case MHD_HTTP_CONFLICT: + /* nothing to check */ + break; case MHD_HTTP_NOT_FOUND: /* nothing to check */ break; default: /* Unsupported status code (by test harness) */ + GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + "Withdraw test command does not support status code %u\n", + http_status); GNUNET_break (0); break; } -- cgit v1.2.3