bug23106 297 B

12345
  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.