mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Merge branch 'maint-0.3.0'
This commit is contained in:
commit
9b1d99018b
@ -4824,7 +4824,7 @@ tor_version_parse_platform(const char *platform,
|
||||
if (strict) {
|
||||
if (router_version->major < 0 ||
|
||||
router_version->minor < 0 ||
|
||||
router_version->minor < 0 ||
|
||||
router_version->micro < 0 ||
|
||||
router_version->patchlevel < 0 ||
|
||||
router_version->svn_revision < 0) {
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user