Set *have_low_ports_out from stub port_parse_ports_relay().

Previously we just ignored this option, which would leave it unset,
and cause an assertion failure later on when running with the User
option.

Fixes bug 33668; bugfix on 0.4.3.1-alpha.
This commit is contained in:
Nick Mathewson
2020-03-19 20:04:53 -04:00
parent 250b8499b8
commit c478dc9b2f
2 changed files with 18 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (--disable-module-relay):
- Fix an assertion failure when Tor is build without the relay module,
and then invoked with the "User" option. Fixes bug 33668; bugfix on
0.4.3.1-alpha.