gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix statement order


From: gnunet
Subject: [taler-exchange] branch master updated: fix statement order
Date: Wed, 24 Feb 2021 16:29:33 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 4e177089 fix statement order
4e177089 is described below

commit 4e1770898a1de84dcfb4231ca89b1983f12e6c6a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Feb 24 16:29:31 2021 +0100

    fix statement order
---
 src/exchange/taler-exchange-httpd_keys.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keys.c 
b/src/exchange/taler-exchange-httpd_keys.c
index 9245c812..1acffb1a 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -1676,9 +1676,9 @@ build_key_state (struct HelperState *hs,
                        true);
     return NULL;
   }
-  qs = TEH_plugin->iterate_active_auditors (TEH_plugin->cls,
-                                            &auditor_info_cb,
-                                            ksh);
+  qs = TEH_plugin->iterate_auditor_denominations (TEH_plugin->cls,
+                                                  &auditor_denom_cb,
+                                                  ksh);
   if (qs < 0)
   {
     GNUNET_break (0);
@@ -1686,9 +1686,9 @@ build_key_state (struct HelperState *hs,
                        true);
     return NULL;
   }
-  qs = TEH_plugin->iterate_auditor_denominations (TEH_plugin->cls,
-                                                  &auditor_denom_cb,
-                                                  ksh);
+  qs = TEH_plugin->iterate_active_auditors (TEH_plugin->cls,
+                                            &auditor_info_cb,
+                                            ksh);
   if (qs < 0)
   {
     GNUNET_break (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]