summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-31 21:59:28 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-31 21:59:28 +0100
commit0d21b947f8cc0494764ae7a9c7e9ee08d2a1916b (patch)
tree57d1e04a6d2e137698ec167ed36ad6240ef8e40c /src
parent3399ece8c3600ab630b9c99d47f6c3511c5c72f2 (diff)
downloadexchange-0d21b947f8cc0494764ae7a9c7e9ee08d2a1916b.tar.gz
exchange-0d21b947f8cc0494764ae7a9c7e9ee08d2a1916b.tar.bz2
exchange-0d21b947f8cc0494764ae7a9c7e9ee08d2a1916b.zip
fix bogus assertion
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-httpd_keys.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c
index 5e92611a7..ef4b3bf0f 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);