mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
I think nick meant to compare r2->platform the second time
svn:r5282
This commit is contained in:
parent
0d5c007266
commit
e54efb1655
@ -2917,7 +2917,7 @@ router_differences_are_cosmetic(routerinfo_t *r1, routerinfo_t *r2)
|
||||
|
||||
/* post-0.1.1.6 servers know what they're doing. */
|
||||
if (tor_version_as_new_as(r1->platform, "0.1.1.6-alpha") ||
|
||||
tor_version_as_new_as(r1->platform, "0.1.1.6-alpha"))
|
||||
tor_version_as_new_as(r2->platform, "0.1.1.6-alpha"))
|
||||
return 0;
|
||||
|
||||
if (r1->published_on > r2->published_on) {
|
||||
|
Loading…
Reference in New Issue
Block a user