commit 176b0edaebca0bfa1011321b9ad609dc939fdcbf parent 245e757438c9632affa3c042258c59b096183d10 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 12 Apr 2021 20:55:55 +0200 fix bogus check Diffstat:
| M | 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 @@ -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);