gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] 01/05: fix authentication_providers building


From: gnunet
Subject: [taler-anastasis-gtk] 01/05: fix authentication_providers building
Date: Mon, 12 Oct 2020 20:34:56 +0200

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

dennis-neufeld pushed a commit to branch master
in repository anastasis-gtk.

commit 4f15a3293426882c19a830b68b6d1e300adc13e6
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Sun Oct 11 14:52:11 2020 +0200

    fix authentication_providers building
---
 src/anastasis/anastasis-gtk_helper.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/anastasis/anastasis-gtk_helper.c 
b/src/anastasis/anastasis-gtk_helper.c
index 7060165..21a6922 100644
--- a/src/anastasis/anastasis-gtk_helper.c
+++ b/src/anastasis/anastasis-gtk_helper.c
@@ -315,11 +315,12 @@ action_cb (void *cls,
                 json_t *value;
 
                 // update authentication_providers
-                /** FIXME: authentication methods is update wrongly here!!! */
+                json_t *methods = json_object_get (providers, 
"authentication_providers");
                 GNUNET_assert (0 == 
-                               json_object_update_recursive (providers,
+                               json_object_update_recursive (methods,
                                                              json_object_get 
(response,
                                                                               
"config")));
+
                 // delete this provider from missing_providers
                 json_t *provider_id = json_object_get (response, "provider");
                 json_array_foreach (missing_providers, index, value)

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