gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: run denom helper even with zero


From: gnunet
Subject: [taler-exchange] branch master updated: run denom helper even with zero denoms, as we may be using the other cipher type only
Date: Mon, 07 Feb 2022 15:02:36 +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 271711ae run denom helper even with zero denoms, as we may be using 
the other cipher type only
271711ae is described below

commit 271711ae6422e566f1fa787852ebe3fe5cb6f1a1
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 7 15:02:34 2022 +0100

    run denom helper even with zero denoms, as we may be using the other cipher 
type only
---
 src/util/taler-exchange-secmod-cs.c  | 6 ++----
 src/util/taler-exchange-secmod-rsa.c | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/src/util/taler-exchange-secmod-cs.c 
b/src/util/taler-exchange-secmod-cs.c
index 1c4625e7..139b0b9d 100644
--- a/src/util/taler-exchange-secmod-cs.c
+++ b/src/util/taler-exchange-secmod-cs.c
@@ -1562,10 +1562,8 @@ run (void *cls,
   }
   if (NULL == denom_head)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "No denominations configured\n");
-    global_ret = EXIT_NOTCONFIGURED;
-    GNUNET_SCHEDULER_shutdown ();
+    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                "No CS denominations configured\n");
     return;
   }
   /* start job to keep keys up-to-date; MUST be run before the #listen_task,
diff --git a/src/util/taler-exchange-secmod-rsa.c 
b/src/util/taler-exchange-secmod-rsa.c
index fef20524..6d9ee5db 100644
--- a/src/util/taler-exchange-secmod-rsa.c
+++ b/src/util/taler-exchange-secmod-rsa.c
@@ -1540,10 +1540,8 @@ run (void *cls,
   }
   if (NULL == denom_head)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "No denominations configured\n");
-    global_ret = EXIT_NOTCONFIGURED;
-    GNUNET_SCHEDULER_shutdown ();
+    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                "No RSA denominations configured\n");
     return;
   }
   /* start job to keep keys up-to-date; MUST be run before the #listen_task,

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