]> git.tuebingen.mpg.de Git - paraslash.git/commit
net: Improve error handling of makesock_addrinfo().
authorAndre Noll <maan@systemlinux.org>
Sat, 7 Sep 2013 00:13:51 +0000 (00:13 +0000)
committerAndre Noll <maan@systemlinux.org>
Wed, 1 Jan 2014 17:38:16 +0000 (17:38 +0000)
commit2f641bd1f56eaad88f7a63715320a3540effd902
tree7b973a69b660054e18c76124028e7386cc20e1f7
parent82f292e24ec2b252f56d2720797d3348b0512b07
net: Improve error handling of makesock_addrinfo().

Rename rc to ret, and always set this variable so that an appropriate
error code will be returned in all cases.
net.c