]> git.eshelyaron.com Git - emacs.git/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>
Tue, 9 Feb 2016 05:08:01 +0000 (16:08 +1100)
commit51d728c8345416ab50a378a789dde645a7247499
tree5c8a453cc9dc134431561d798c25207ffc015742
parent71f22453a5fabbf7d21c8b34bfc2d107eed1db68
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