gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: Remove check


From: gnunet
Subject: [taler-merchant] branch master updated: Remove check
Date: Mon, 27 Jul 2020 17:38:43 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 2809a86  Remove check
2809a86 is described below

commit 2809a8643ba5a9f1c2c8b85963a03814790159c7
Author: MS <ms@taler.net>
AuthorDate: Mon Jul 27 17:38:39 2020 +0200

    Remove check
---
 src/merchant-tools/taler-merchant-setup-reserve.c | 6 +++---
 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
index 3bf522e..9e97542 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);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]