]> code.delx.au - gnu-emacs/commit
src/process.c Correctly convert AF_INET6 addresses
authorDavid Edmondson <dme@dme.org>
Sun, 7 Feb 2016 01:54:08 +0000 (12:54 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 7 Feb 2016 01:54:08 +0000 (12:54 +1100)
commit55ce3c30d617c38eb086d5ad4ffbd881c20c559c
tree2e085a672496e547073ee6b0a8ebd5a7124b8fcf
parent20087772d63192a2ef443cc2ea6ac48423db5ed6
src/process.c Correctly convert AF_INET6 addresses

* src/process.c (conv_lisp_to_sockaddr): AF_INET6 addresses are
converted to a list of 16 bit quantities by
conv_sockaddr_to_lisp(). conv_lisp_to_sockaddr() should follow the
same scheme rather than expecting a (longer) list of 8 bit
quantities.
src/process.c