tor/changes/bug13163-bitwise-check-BRIDGE-DIRINFO

6 lines
314 B
Plaintext
Raw Normal View History

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.