From 0d560ddf7743f6bd41774fa08cffedb96477f083 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Mon, 16 Feb 2015 10:09:08 +0900 Subject: [PATCH] osc: fix typo this typo caused build failure when configure'd with --enable-memchecker see http://mtt.open-mpi.org/index.php?do_redir=2234 --- ompi/mca/osc/base/osc_base_obj_convert.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ompi/mca/osc/base/osc_base_obj_convert.c b/ompi/mca/osc/base/osc_base_obj_convert.c index 501bdea3de..ea2ce7de1f 100644 --- a/ompi/mca/osc/base/osc_base_obj_convert.c +++ b/ompi/mca/osc/base/osc_base_obj_convert.c @@ -11,6 +11,8 @@ * Copyright (c) 2007-2015 Los Alamos National Security, LLC. All rights * reserved. * Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2015 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -125,7 +127,7 @@ int ompi_osc_base_process_op (void *outbuf, void *inbuf, size_t inbuflen, MEMCHECKER( memchecker_convertor_call(&opal_memchecker_base_mem_noaccess, - &convertor.convertor); + &convertor); ); opal_convertor_cleanup (&convertor);