]> git.eshelyaron.com Git - emacs.git/commit
Remove redundant code in connect_network_socket
authorEli Zaretskii <eliz@gnu.org>
Wed, 17 May 2017 15:12:58 +0000 (18:12 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 17 May 2017 15:12:58 +0000 (18:12 +0300)
commitf861353b684e5c40dade61f89fd1742e4226a282
treede238231504c77b9fc2c1c485c3d4e8752a238bd
parentf7c07930b581b1bcfdfb1874b6883233516bdf11
Remove redundant code in connect_network_socket

* src/process.c (connect_network_socket) [HAVE_GETSOCKNAME]:
Remove redundant type-casting and variables.  Don't call
'getsockname' to find the port for AF_LOCAL sockets.
[AF_INET6]: Add an assertion to verify that the ports in the IPv4
and IPv6 structures are at the same offset and have the same size.
src/process.c