gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix URI


From: gnunet
Subject: [taler-anastasis] branch master updated: fix URI
Date: Sat, 13 Feb 2021 21:01:46 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new ca30d90  fix URI
ca30d90 is described below

commit ca30d9029ba619f51b552409f6b770ec5f9ff9cf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Feb 13 21:01:42 2021 +0100

    fix URI
---
 src/backend/anastasis-httpd_truth.c          | 2 +-
 src/restclient/anastasis_api_policy_lookup.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/backend/anastasis-httpd_truth.c 
b/src/backend/anastasis-httpd_truth.c
index dc78900..ec90a9f 100644
--- a/src/backend/anastasis-httpd_truth.c
+++ b/src/backend/anastasis-httpd_truth.c
@@ -254,7 +254,7 @@ make_payment_request (struct GetContext *gc)
       &gc->payment_identifier,
       sizeof (gc->payment_identifier));
     GNUNET_asprintf (&hdr,
-                     "%spay/%s/%s",
+                     "%spay/%s%s",
                      pfx,
                      hn,
                      order_id);
diff --git a/src/restclient/anastasis_api_policy_lookup.c 
b/src/restclient/anastasis_api_policy_lookup.c
index 5d9db6b..2bc225e 100644
--- a/src/restclient/anastasis_api_policy_lookup.c
+++ b/src/restclient/anastasis_api_policy_lookup.c
@@ -71,7 +71,6 @@ struct ANASTASIS_PolicyLookupOperation
 
   /**
    * Signature returned in the #ANASTASIS_HTTP_HEADER_POLICY_SIGNATURE
-
    * header, or all zeros for none.
    */
   struct ANASTASIS_AccountSignatureP account_sig;

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