fix bogus check

This commit is contained in:
Christian Grothoff 2021-04-12 20:55:55 +02:00
parent 245e757438
commit 176b0edaeb
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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);