op base: move return statement to correct level
This fixes CID 71945.
Этот коммит содержится в:
родитель
31b329e585
Коммит
a2addbafed
@ -13,7 +13,7 @@
|
|||||||
* Copyright (c) 2007 Lawrence Livermore National Security, LLC. All
|
* Copyright (c) 2007 Lawrence Livermore National Security, LLC. All
|
||||||
* rights reserved.
|
* rights reserved.
|
||||||
* Copyright (c) 2008 Sun Microsystems, Inc. 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$
|
* $COPYRIGHT$
|
||||||
*
|
*
|
||||||
* Additional copyrights may follow
|
* 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]);
|
OBJ_RELEASE(op->o_func.intrinsic.modules[i]);
|
||||||
op->o_func.intrinsic.modules[i] = NULL;
|
op->o_func.intrinsic.modules[i] = NULL;
|
||||||
op->o_func.intrinsic.fns[i] = NULL;
|
op->o_func.intrinsic.fns[i] = NULL;
|
||||||
return OMPI_ERR_NOT_FOUND;
|
|
||||||
}
|
}
|
||||||
|
return OMPI_ERR_NOT_FOUND;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user