]> git.tuebingen.mpg.de Git - paraslash.git/commit
net: Remove unnecessary condition in makesock_addrinfo().
authorAndre Noll <maan@systemlinux.org>
Sun, 8 Sep 2013 04:22:29 +0000 (04:22 +0000)
committerAndre Noll <maan@systemlinux.org>
Wed, 1 Jan 2014 17:40:15 +0000 (17:40 +0000)
commit63a8840ff755de24d7a205f7ccc07ad0c68dc844
tree20d2c2169250a24efce7b94c0f75a441c15cf42f
parentea258ac5c13b1a9ea047810b1071da9c168959c0
net: Remove unnecessary condition in makesock_addrinfo().

This code is executed only if src != NULL, which implies dst == NULL.
net.c