From 2809a8643ba5a9f1c2c8b85963a03814790159c7 Mon Sep 17 00:00:00 2001 From: MS Date: Mon, 27 Jul 2020 17:38:39 +0200 Subject: Remove check --- src/merchant-tools/taler-merchant-setup-reserve.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/merchant-tools') diff --git a/src/merchant-tools/taler-merchant-setup-reserve.c b/src/merchant-tools/taler-merchant-setup-reserve.c index 3bf522e9..9e97542f 100644 --- a/src/merchant-tools/taler-merchant-setup-reserve.c +++ b/src/merchant-tools/taler-merchant-setup-reserve.c @@ -198,9 +198,9 @@ run (void *cls, { char *auth_header; - GNUNET_assert (0 < GNUNET_asprintf (&auth_header, - "Authorization: ApiKey %s", - apikey)); + GNUNET_asprintf (&auth_header, + "Authorization: ApiKey %s", + apikey); GNUNET_CURL_append_header (ctx, auth_header); GNUNET_free (auth_header); -- cgit v1.2.3