mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
r9164@totoro: nickm | 2006-10-24 17:50:43 -0400
Oops: 17:50 < armadev> today is opposite day? svn:r8822
This commit is contained in:
parent
6b7d1c94da
commit
4df90e455c
@ -385,7 +385,7 @@ dirserv_get_status_impl(const char *id_digest, const char *nickname,
|
||||
return FP_REJECT;
|
||||
/* 0.1.0.2-rc was the first version that did enough self-testing that
|
||||
* we're willing to take its word about whether it's running . */
|
||||
if (!platform || tor_version_as_new_as(platform,"0.1.0.2-rc"))
|
||||
if (platform && !tor_version_as_new_as(platform,"0.1.0.2-rc"))
|
||||
result |= FP_INVALID;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user