sysdeps-unix: use MSG_NOSIGNAL when sending creds
authorScott James Remnant <scott@netsplit.com>
Thu, 16 Dec 2010 11:11:44 +0000 (11:11 +0000)
committerWill Thompson <will.thompson@collabora.co.uk>
Thu, 16 Dec 2010 11:12:44 +0000 (11:12 +0000)
commitc5d0998295a15fe649da854b68334c767aad1049
tree2db9fb8634642201b27afb13552ceca7034e2b01
parentc3a94b57c8a28a0b80b0675c2098b70378f5a371
sysdeps-unix: use MSG_NOSIGNAL when sending creds

Since SIGPIPE is no longer touched by default when MSG_NOSIGNAL is
available, it's extra-critical that all socket writes actually pass
that flag.

Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
dbus/dbus-sysdeps-unix.c