commit 2809a8643ba5a9f1c2c8b85963a03814790159c7
parent 4961fc6e37f2d1bc804b6d9940f4b6faa0a0d908
Author: MS <ms@taler.net>
Date: Mon, 27 Jul 2020 17:38:39 +0200
Remove check
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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);