bug28995 255 B

12345
  1. o Minor bugfix (IPv6):
  2. Fix tor_ersatz_socketpair on IPv6-only systems. Previously,
  3. the IPv6 socket was bound using an address family of AF_INET
  4. instead of AF_INET6. Fixes bug 28995; bugfix on 0.3.5.1-alpha.
  5. Patch from Kris Katterjohn.