[Openais] [openais trunk] lib/msg.c test openFlags SA_MSG_QUEUE_CREATE andcreationAttributes == NULL

2009-05-05 Thread Jan Friesse
Patch says it all. Regards, Honza diff --git a/trunk/lib/msg.c b/trunk/lib/msg.c index 571399d..6fed532 100644 --- a/trunk/lib/msg.c +++ b/trunk/lib/msg.c @@ -499,9 +499,14 @@ saMsgQueueOpenAsync ( goto error_exit; } + if ((openFlags SA_MSG_QUEUE_CREATE) + (creationAttributes

Re: [Openais] [openais trunk] lib/msg.c test openFlags SA_MSG_QUEUE_CREATE andcreationAttributes == NULL

2009-05-05 Thread Ryan O'Hara
ACK. Also, while you are poking at the saMsg sevice and the Open/OpenAsync calls ... I think there is a bug with respect to creating new queues. Specifically, the SA_MSG_QUEUE_CREATE flag and if the queue already exists, etc. I'm curious to see if saftest complains about this. Keep an eye out