gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -missed a file during last commi


From: gnunet
Subject: [taler-exchange] branch master updated: -missed a file during last commit
Date: Mon, 02 Jan 2023 20:42:00 +0100

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

oec pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 2a4aa9eb -missed a file during last commit
2a4aa9eb is described below

commit 2a4aa9ebae19dae95b859cf37c9e317f960ef9ba
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Mon Jan 2 20:41:55 2023 +0100

    -missed a file during last commit
---
 src/exchange/taler-exchange-httpd_management_extensions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_management_extensions.c 
b/src/exchange/taler-exchange-httpd_management_extensions.c
index 989b88fb..d5841a3c 100644
--- a/src/exchange/taler-exchange-httpd_management_extensions.c
+++ b/src/exchange/taler-exchange-httpd_management_extensions.c
@@ -183,7 +183,7 @@ verify_extensions_from_json (
     if (critical != extension->critical
         || 0 != strcmp (version, extension->version) // FIXME-oec: libtool 
compare
         || NULL == config
-        || GNUNET_OK != extension->load_config (NULL, config))
+        || GNUNET_OK != extension->load_config (config, NULL))
       return GNUNET_SYSERR;
 
     sec->extensions[i].type = extension->type;

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