mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 15:23:27 +01:00
Stop checking published_on in routerstatus_has_visibly_changed()
This function is only used for the controller; and any time that the published_on time has changed, the digest should also change.
This commit is contained in:
parent
73639fc3c1
commit
a7fb5563bc
@ -1613,7 +1613,6 @@ routerstatus_has_visibly_changed(const routerstatus_t *a,
|
||||
a->is_hs_dir != b->is_hs_dir ||
|
||||
a->is_staledesc != b->is_staledesc ||
|
||||
a->has_bandwidth != b->has_bandwidth ||
|
||||
a->published_on != b->published_on ||
|
||||
a->ipv6_orport != b->ipv6_orport ||
|
||||
a->is_v2_dir != b->is_v2_dir ||
|
||||
a->bandwidth_kb != b->bandwidth_kb ||
|
||||
|
Loading…
Reference in New Issue
Block a user