1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00
Volker Lendecke ccd4f81488 lib: Remove use of MSG_NOSIGNAL
According to susv4 sendmsg, NOSIGAL is effective for stream-oriented sockets.
Datagram sockets won't send SIGPIPE anyway. Looking at Linux kernel sources,
this is only looked at in stream functions. I guess this is a left-over from my
tmsgd attempts, which was based on stream sockets. messaging_dgm still only
uses datagram sockets, so MSG_NOSIGNAL is not needed here.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12502

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>

Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Tue May 30 16:39:12 CEST 2017 on sn-devel-144
2017-05-30 16:39:12 +02:00
..
2017-05-10 15:53:20 +02:00
2014-01-03 05:04:44 +01:00
2017-02-22 08:26:22 +01:00
2017-05-30 16:39:12 +02:00
2017-02-22 08:26:22 +01:00
2017-02-22 08:26:22 +01:00
2013-05-18 16:32:38 +02:00
2015-03-17 11:30:52 +01:00
2017-04-20 14:23:14 +02:00