Change failure of setsockopt SO_REUSEADDR to be a warning, not set an error
authorHavoc Pennington <hp@pobox.com>
Tue, 31 Aug 2010 15:59:09 +0000 (11:59 -0400)
committerLennart Poettering <lennart@poettering.net>
Mon, 6 Sep 2010 17:30:26 +0000 (19:30 +0200)
commitd365dd8141e709222f3a619d7b04ec4ded6429fd
tree0361007028b0286ec2dd793ae12a2b92156d8172
parent5cbfba737fc4643ad189e3d8cc8bb1dbab4b705e
Change failure of setsockopt SO_REUSEADDR to be a warning, not set an error

It was previously setting an error but then continuing, which is
not allowed since errors can't be "piled up"
dbus/dbus-sysdeps-unix.c