[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: -fix bad provider url
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: -fix bad provider url |
Date: |
Wed, 21 Jul 2021 12:49:16 +0200 |
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 6f878ff -fix bad provider url
6f878ff is described below
commit 6f878ff18c58b04dad07cf60d64782cd64816783
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 21 12:49:11 2021 +0200
-fix bad provider url
---
src/reducer/anastasis_api_backup_redux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/reducer/anastasis_api_backup_redux.c
b/src/reducer/anastasis_api_backup_redux.c
index c8c89af..5ff1b15 100644
--- a/src/reducer/anastasis_api_backup_redux.c
+++ b/src/reducer/anastasis_api_backup_redux.c
@@ -2816,7 +2816,7 @@ secret_share_result_cb (void *cls,
GNUNET_assert (NULL != d);
GNUNET_assert (0 ==
json_object_set_new (sa,
- "pssi->provider_url",
+ pssi->provider_url,
d));
}
GNUNET_assert (0 ==
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis] branch master updated: -fix bad provider url,
gnunet <=