Ensure that the btl variable is always initialized.
This commit was SVN r19873.
Этот коммит содержится в:
родитель
d23fe1bb10
Коммит
ae86c0eeca
@ -1065,7 +1065,7 @@ unlock_rdma_local:
|
||||
void *mca_btl_openib_endpoint_invoke_error(void *context)
|
||||
{
|
||||
mca_btl_openib_endpoint_t *endpoint = (mca_btl_openib_endpoint_t*) context;
|
||||
mca_btl_openib_module_t *btl;
|
||||
mca_btl_openib_module_t *btl = NULL;
|
||||
|
||||
if (NULL == endpoint) {
|
||||
int i;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user