projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
860be2e
)
don't set MSG_NOSIGNAL for recvmsg(), since it doesn't make sense there
author
Lennart Poettering
<lennart@poettering.net>
Fri, 14 Jul 2006 23:00:20 +0000
(23:00 +0000)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 14 Jul 2006 23:00:20 +0000
(23:00 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1084
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
src/pulsecore/iochannel.c
patch
|
blob
|
history
diff --git
a/src/pulsecore/iochannel.c
b/src/pulsecore/iochannel.c
index 842c0e6a9976eba355166494f6442af969576feb..15aa8e35c79051374da3239e4ccc33a495ec2d4d 100644
(file)
--- 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;