fix bogus assertion

This commit is contained in:
Christian Grothoff 2020-12-31 21:59:28 +01:00
parent 3399ece8c3
commit 0d21b947f8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -639,11 +639,6 @@ helper_denom_cb (
{ {
/* should be just an update (revocation!), so update existing entry */ /* should be just an update (revocation!), so update existing entry */
hd->validity_duration = validity_duration; 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; return;
} }
GNUNET_assert (NULL != sm_pub); GNUNET_assert (NULL != sm_pub);