]> git.tue.mpg.de Git - paraslash.git/commit
net: Kill dead code in makesock_addrinfo().
authorAndre Noll <maan@systemlinux.org>
Sun, 8 Sep 2013 04:15:31 +0000 (04:15 +0000)
committerAndre Noll <maan@systemlinux.org>
Wed, 1 Jan 2014 17:40:15 +0000 (17:40 +0000)
commitf79ec016a7174af2060813cbf092711ce09e6024
treeb10d5277d620bf88d93118220b00cc48dde7ef00
parent1cccf6fa93c251f8f2805aa5fb163741d851c051
net: Kill dead code in makesock_addrinfo().

Either src or dst is NULL, hence the condition is never true.
net.c