cov 10399: set the msg_flags to 0 in coroipcs.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2838 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Angus Salkeld 2010-05-16 21:33:32 +00:00
parent 25a3d310ac
commit d08c6d577f

View File

@ -761,7 +761,7 @@ req_setup_recv (
int on = 1;
struct ucred *cred;
#endif
msg_recv.msg_flags = 0;
msg_recv.msg_iov = &iov_recv;
msg_recv.msg_iovlen = 1;
msg_recv.msg_name = 0;