]> git.tuebingen.mpg.de Git - paraslash.git/commit
net: Clarify code flow of makesock_addrinfo().
authorAndre Noll <maan@systemlinux.org>
Sun, 8 Sep 2013 04:27:26 +0000 (04:27 +0000)
committerAndre Noll <maan@systemlinux.org>
Wed, 1 Jan 2014 17:40:15 +0000 (17:40 +0000)
commit166c7ec3e1b77ee8d4d8e50dd8314ca4c683ae26
treeccda85d8b081987368f747da2693950eeb5bd5eb
parent63a8840ff755de24d7a205f7ccc07ad0c68dc844
net: Clarify code flow of makesock_addrinfo().

src != NULL is equivalent to passive, and dst != NULL equivalent
to !passive.
net.c