]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
net: Let makesock() continue on setsockopt() failure.
authorAndre Noll <maan@systemlinux.org>
Sun, 8 Sep 2013 05:21:22 +0000 (05:21 +0000)
committerAndre Noll <maan@systemlinux.org>
Wed, 1 Jan 2014 17:49:53 +0000 (17:49 +0000)
If the setsockopt() call succeeds but the following bind() fails, we
happily continue to process the address info structure. It seems wrong
to abort the loop if setsockopt() could not enable SO_REUSEADDR. Just
continue in this case.


No differences found