]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit6b291ea777418071bb21c20aa7804447d95422bc
tree1d8736ef4909443407498bdfde5400c5e4338cfa
parent0c4bb93fbfc543cf2c5ff2acb6a7f7a824163b57
net.c: Combine remote_name() and __get_sock_name().

remote_name() is a simple wrapper, and it is the only caller of
__get_sock_name(). This commit gets rid of the wrapper.
net.c