Patch says it all. Regards, Honza
diff --git a/trunk/services/msg.c b/trunk/services/msg.c index 57a3cc5..13d6ae6 100644 --- a/trunk/services/msg.c +++ b/trunk/services/msg.c @@ -4857,7 +4857,7 @@ static void message_handler_req_lib_msg_queueunlink ( req_exec_msg_queueunlink.header.size = sizeof (struct req_exec_msg_queueunlink); req_exec_msg_queueunlink.header.id = - SERVICE_ID_MAKE (MSG_SERVICE, MESSAGE_REQ_EXEC_MSG_QUEUESTATUSGET); + SERVICE_ID_MAKE (MSG_SERVICE, MESSAGE_REQ_EXEC_MSG_QUEUEUNLINK); api->ipc_source_set (&req_exec_msg_queueunlink.source, conn);
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
