gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: free


From: gnunet
Subject: [taler-merchant] branch master updated: free
Date: Mon, 27 Jul 2020 17:22:15 +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 4961fc6  free
4961fc6 is described below

commit 4961fc6e37f2d1bc804b6d9940f4b6faa0a0d908
Author: MS <ms@taler.net>
AuthorDate: Mon Jul 27 17:22:11 2020 +0200

    free
---
 src/merchant-tools/taler-merchant-setup-reserve.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/merchant-tools/taler-merchant-setup-reserve.c 
b/src/merchant-tools/taler-merchant-setup-reserve.c
index e66a1e4..3bf522e 100644
--- a/src/merchant-tools/taler-merchant-setup-reserve.c
+++ b/src/merchant-tools/taler-merchant-setup-reserve.c
@@ -196,14 +196,14 @@ run (void *cls,
                              keypass);
   if (NULL != apikey)
   {
-    // not assuming that libcurl copies this value.
     char *auth_header;
 
     GNUNET_assert (0 < GNUNET_asprintf (&auth_header,
-                                        "Authorizattion: ApiKey %s",
+                                        "Authorization: ApiKey %s",
                                         apikey));
     GNUNET_CURL_append_header (ctx,
                               auth_header);
+    GNUNET_free (auth_header);
   }
 
   /* setup termination logic */

-- 
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]