From: Andre Noll Date: Sun, 11 Jan 2015 22:38:21 +0000 (+0100) Subject: net.c: Combine remote_name() and __get_sock_name(). X-Git-Tag: v0.5.5~60^2~3 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=6b291ea777418071bb21c20aa7804447d95422bc;hp=6b291ea777418071bb21c20aa7804447d95422bc 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. ---