4
0
Эх сурвалжийг харах

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
Angus Salkeld 15 жил өмнө
parent
commit
d08c6d577f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      exec/coroipcs.c

+ 1 - 1
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;