mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
31bf8f2690
Bitwise check for the BRIDGE_DIRINFO flag, rather than checking for equality. Fixes a (potential) bug where directories offering BRIDGE_DIRINFO, and some other flag (i.e. microdescriptors or extrainfo), would be ignored when looking for bridge directories. Final fix in series for bug 13163.
6 lines
314 B
Plaintext
6 lines
314 B
Plaintext
o Minor bugfixes:
|
|
- Bitwise check the BRIDGE_DIRINFO flag rather than using equality.
|
|
Fixes a (potential) bug where directories offering BRIDGE_DIRINFO and
|
|
some other flag (i.e. microdescriptors or extrainfo) would be ignored
|
|
when looking for bridge directories. Partially fixes bug 13163.
|