From d08c6d577f54d73b0d6d63d776195d2404572ad2 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Sun, 16 May 2010 21:33:32 +0000 Subject: [PATCH] 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 --- exec/coroipcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/coroipcs.c b/exec/coroipcs.c index a2bc8675..b2d780c1 100644 --- a/exec/coroipcs.c +++ b/exec/coroipcs.c @@ -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;