]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit6ac9ff30a69753606cc76913515ae34f5ce2868d
treed094040d382ecd313c96fdf2c18042c133327d85
parent5775c2a87e53a8214be1a57c50cb3506166b4f83
net: Let makesock() continue on setsockopt() failure.

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.
net.c