gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix initialization issue


From: gnunet
Subject: [taler-exchange] branch master updated: -fix initialization issue
Date: Mon, 20 Jun 2022 14:28:31 +0200

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 ec2d596b -fix initialization issue
ec2d596b is described below

commit ec2d596b46d1e569d22e56bfcfd7a1f9da29fc0d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jun 20 14:28:28 2022 +0200

    -fix initialization issue
---
 src/exchangedb/plugin_exchangedb_postgres.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index 5177ff55..d367a0c5 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -10899,7 +10899,6 @@ purse_merges_serial_helper_cb (void *cls,
     };
     enum GNUNET_GenericReturnValue ret;
 
-    flags = (enum TALER_WalletAccountMergeFlags) flags;
     if (GNUNET_OK !=
         GNUNET_PQ_extract_result (result,
                                   rs,
@@ -10909,6 +10908,7 @@ purse_merges_serial_helper_cb (void *cls,
       dsc->status = GNUNET_SYSERR;
       return;
     }
+    flags = (enum TALER_WalletAccountMergeFlags) flags32;
     ret = dsc->cb (dsc->cb_cls,
                    rowid,
                    partner_base_url,

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