Author: tross
Date: Wed Oct 16 17:51:07 2013
New Revision: 1532829

URL: http://svn.apache.org/r1532829
Log:
NO-JIRA - Removed an unneeded critical section.

Modified:
    qpid/trunk/qpid/extras/dispatch/src/router_node.c

Modified: qpid/trunk/qpid/extras/dispatch/src/router_node.c
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/extras/dispatch/src/router_node.c?rev=1532829&r1=1532828&r2=1532829&view=diff
==============================================================================
--- qpid/trunk/qpid/extras/dispatch/src/router_node.c (original)
+++ qpid/trunk/qpid/extras/dispatch/src/router_node.c Wed Oct 16 17:51:07 2013
@@ -393,10 +393,7 @@ static void router_rx_handler(void* cont
     // Receive the message into a local representation.  If the returned 
message
     // pointer is NULL, we have not yet received a complete message.
     //
-    sys_mutex_lock(router->lock);
     msg = dx_message_receive(delivery);
-    sys_mutex_unlock(router->lock);
-
     if (!msg)
         return;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to