fix bogus assertion
This commit is contained in:
parent
3399ece8c3
commit
0d21b947f8
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user