You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2013/10/16 19:51:07 UTC

svn commit: r1532829 - /qpid/trunk/qpid/extras/dispatch/src/router_node.c

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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org