From 31a3430c852fa37f97855fa407ed4546f7d3ac3f Mon Sep 17 00:00:00 2001 From: Tim Prins Date: Wed, 6 Jun 2007 22:30:34 +0000 Subject: [PATCH] Fix threaded builds broken by r14914 This commit was SVN r14933. The following SVN revision numbers were found above: r14914 --> open-mpi/ompi@983fd3432a965e5d3e68429b1c92cd925cabc905 --- orte/mca/rmgr/urm/rmgr_urm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/rmgr/urm/rmgr_urm.c b/orte/mca/rmgr/urm/rmgr_urm.c index 78a02e8c4a..4de6873a68 100644 --- a/orte/mca/rmgr/urm/rmgr_urm.c +++ b/orte/mca/rmgr/urm/rmgr_urm.c @@ -514,7 +514,7 @@ static int orte_rmgr_urm_spawn_job( /* indicate that we don't need to wait for xconnect */ OPAL_THREAD_LOCK(&mca_rmgr_urm_component.lock); mca_rmgr_urm_component.xconnect = true; - OPAL_THREAD_UNLOCK(&mca_urm_proxy_component.lock); + OPAL_THREAD_UNLOCK(&mca_rmgr_urm_component.lock); } /* setup the subscription so we will know if things fail to launch */