gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 04/07: fix


From: gnunet
Subject: [taler-exchange] 04/07: fix
Date: Wed, 02 Mar 2022 19:09:54 +0100

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

marco-boss pushed a commit to branch master
in repository exchange.

commit 548613c617cc6da29093e617964016e30c66a11f
Author: Marco Boss <bossm8@bfh.ch>
AuthorDate: Wed Mar 2 13:30:44 2022 +0100

    fix
---
 src/exchange-tools/taler-exchange-dbinit.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/exchange-tools/taler-exchange-dbinit.c 
b/src/exchange-tools/taler-exchange-dbinit.c
index 4afb5725..69b9d1a1 100644
--- a/src/exchange-tools/taler-exchange-dbinit.c
+++ b/src/exchange-tools/taler-exchange-dbinit.c
@@ -107,11 +107,11 @@ run (void *cls,
         GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                     "Could not drop tables after failed partitioning, please 
delete the DB manually\n");
       }
+      TALER_EXCHANGEDB_plugin_unload (plugin);
+      plugin = NULL;
+      global_ret = EXIT_NOTINSTALLED;
+      return;
     }
-    TALER_EXCHANGEDB_plugin_unload (plugin);
-    plugin = NULL;
-    global_ret = EXIT_NOTINSTALLED;
-    return;
   }
   if (gc_db || clear_shards)
   {

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