Loading src/feature/nodelist/networkstatus.c +2 −1 Original line number Diff line number Diff line Loading @@ -1612,7 +1612,8 @@ networkstatus_consensus_has_ipv6(const or_options_t* options) * NS_CONTROL_PORT mode. **/ STATIC int routerstatus_has_visibly_changed(const routerstatus_t *a, const routerstatus_t *b) routerstatus_has_visibly_changed(const routerstatus_t *a, const routerstatus_t *b) { tor_assert(tor_memeq(a->identity_digest, b->identity_digest, DIGEST_LEN)); Loading Loading
src/feature/nodelist/networkstatus.c +2 −1 Original line number Diff line number Diff line Loading @@ -1612,7 +1612,8 @@ networkstatus_consensus_has_ipv6(const or_options_t* options) * NS_CONTROL_PORT mode. **/ STATIC int routerstatus_has_visibly_changed(const routerstatus_t *a, const routerstatus_t *b) routerstatus_has_visibly_changed(const routerstatus_t *a, const routerstatus_t *b) { tor_assert(tor_memeq(a->identity_digest, b->identity_digest, DIGEST_LEN)); Loading