diff --git a/src/pulsecore/iochannel.c b/src/pulsecore/iochannel.c index 842c0e6a9..15aa8e35c 100644 --- a/src/pulsecore/iochannel.c +++ b/src/pulsecore/iochannel.c @@ -336,7 +336,7 @@ ssize_t pa_iochannel_read_with_creds(pa_iochannel*io, void*data, size_t l, struc mh.msg_controllen = sizeof(cmsg_data); mh.msg_flags = 0; - if ((r = recvmsg(io->ifd, &mh, MSG_NOSIGNAL)) >= 0) { + if ((r = recvmsg(io->ifd, &mh, 0)) >= 0) { struct cmsghdr *cmsg; *creds_valid = 0;