From 31a51c73d98b3f91a133936f10cc9018fff4c211 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Thu, 17 Aug 2006 15:57:49 +0000 Subject: [PATCH] * fix dumb typo This commit was SVN r11246. --- ompi/mca/osc/base/osc_base_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/osc/base/osc_base_open.c b/ompi/mca/osc/base/osc_base_open.c index 89d0fb1320..94f02bcf97 100644 --- a/ompi/mca/osc/base/osc_base_open.c +++ b/ompi/mca/osc/base/osc_base_open.c @@ -48,7 +48,7 @@ ompi_osc_base_open(void) int ret; /* setup the output stream */ - ompi_mtl_base_output = opal_output_open(NULL); + ompi_osc_base_output = opal_output_open(NULL); /* initialize the base code */ OBJ_CONSTRUCT(&ompi_osc_base_open_components, opal_list_t);