net.c: Combine remote_name() and __get_sock_name().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jan 2015 22:38:21 +0000 (23:38 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 14 Feb 2015 10:45:26 +0000 (11:45 +0100)
remote_name() is a simple wrapper, and it is the only caller of
__get_sock_name(). This commit gets rid of the wrapper.


No differences found