From 33a46cff40e556686a3ea4d12ed2c32a7bb7fed7 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Fri, 29 Sep 2006 21:44:11 +0000 Subject: [PATCH] Grrrr....ok, this time actually put a *value* in the silly command buffer! This commit was SVN r11901. --- orte/mca/rmgr/proxy/rmgr_proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/rmgr/proxy/rmgr_proxy.c b/orte/mca/rmgr/proxy/rmgr_proxy.c index 9152f28dc0..6d4eca5308 100644 --- a/orte/mca/rmgr/proxy/rmgr_proxy.c +++ b/orte/mca/rmgr/proxy/rmgr_proxy.c @@ -84,7 +84,7 @@ static int orte_rmgr_proxy_setup_job( orte_buffer_t cmd; orte_buffer_t rsp; orte_std_cntr_t count; - orte_rmgr_cmd_t command; + orte_rmgr_cmd_t command=ORTE_RMGR_SETUP_JOB_CMD; int rc; OPAL_TRACE(1);