gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: return backend URL when returni


From: gnunet
Subject: [taler-anastasis] branch master updated: return backend URL when returning policy
Date: Sat, 20 Mar 2021 12:14:35 +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 69b369f  return backend URL when returning policy
69b369f is described below

commit 69b369fe16c87dbb5c84e745d50445e70693d0ee
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Mar 20 12:14:24 2021 +0100

    return backend URL when returning policy
---
 src/reducer/anastasis_api_recovery_redux.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/reducer/anastasis_api_recovery_redux.c 
b/src/reducer/anastasis_api_recovery_redux.c
index a400085..27e01b5 100644
--- a/src/reducer/anastasis_api_recovery_redux.c
+++ b/src/reducer/anastasis_api_recovery_redux.c
@@ -2021,9 +2021,10 @@ policy_lookup_cb (void *cls,
                    json_array_append_new (challenges,
                                           cj));
   } /* end for all challenges */
-  recovery_information = json_pack ("{s:o, s:o, s:I}",
+  recovery_information = json_pack ("{s:o, s:o, s:s, s:I}",
                                     "challenges", challenges,
                                     "policies", policies,
+                                    "provider_url", pd->backend_url,
                                     "version", (json_int_t) ri->version);
   GNUNET_assert (NULL != recovery_information);
   GNUNET_assert (0 ==

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