1
1

op base: move return statement to correct level

This fixes CID 71945.
Этот коммит содержится в:
Jeff Squyres 2015-08-12 05:30:03 -07:00
родитель 31b329e585
Коммит a2addbafed

Просмотреть файл

@ -13,7 +13,7 @@
* Copyright (c) 2007 Lawrence Livermore National Security, LLC. All
* rights reserved.
* Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
* Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -195,8 +195,8 @@ int ompi_op_base_op_select(ompi_op_t *op)
OBJ_RELEASE(op->o_func.intrinsic.modules[i]);
op->o_func.intrinsic.modules[i] = NULL;
op->o_func.intrinsic.fns[i] = NULL;
return OMPI_ERR_NOT_FOUND;
}
return OMPI_ERR_NOT_FOUND;
}
}