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 check


From: gnunet
Subject: [taler-exchange] branch master updated: fix bogus check
Date: Mon, 12 Apr 2021 20:55:58 +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 176b0eda fix bogus check
176b0eda is described below

commit 176b0edaebca0bfa1011321b9ad609dc939fdcbf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 12 20:55:55 2021 +0200

    fix bogus check
---
 src/exchange/taler-exchange-httpd_keys.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keys.c 
b/src/exchange/taler-exchange-httpd_keys.c
index 1acffb1a..50d700a8 100644
--- a/src/exchange/taler-exchange-httpd_keys.c
+++ b/src/exchange/taler-exchange-httpd_keys.c
@@ -701,8 +701,7 @@ helper_esign_cb (
   {
     /* should be just an update (revocation!), so update existing entry */
     hsk->validity_duration = validity_duration;
-    GNUNET_break (start_time.abs_value_us ==
-                  hsk->start_time.abs_value_us);
+    GNUNET_break (0 == start_time.abs_value_us);
     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]