Avoid an instance of the bug warning in any_bridge_descriptors_known()
[tor/appveyor.git] / changes / bug23106
blobd4ced15f82deafdebcd36f1c71f3301e9d8613d7
1   o Minor bugfixes (code correctness):
2     - Call htons() in extend_cell_format() for encoding a 16-bit
3       value. Previously we used ntohs(), which happens to behave the
4       same on all the platforms we support, but which isn't really
5       correct. Fixes bug 23106; bugfix on 0.2.4.8-alpha.