gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix bogus assertion


From: gnunet
Subject: [taler-exchange] branch master updated: fix bogus assertion
Date: Thu, 31 Dec 2020 21:59:31 +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 0d21b947 fix bogus assertion
0d21b947 is described below

commit 0d21b947f8cc0494764ae7a9c7e9ee08d2a1916b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Dec 31 21:59:28 2020 +0100

    fix bogus assertion
---
 src/exchange/taler-exchange-httpd_keys.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keys.c 
b/src/exchange/taler-exchange-httpd_keys.c
index 5e92611a..ef4b3bf0 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -639,11 +639,6 @@ helper_denom_cb (
   {
     /* should be just an update (revocation!), so update existing entry */
     hd->validity_duration = validity_duration;
-    GNUNET_break (start_time.abs_value_us ==
-                  hd->start_time.abs_value_us);
-    GNUNET_break (0 ==
-                  strcasecmp (section_name,
-                              hd->section_name));
     return;
   }
   GNUNET_assert (NULL != sm_pub);

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