1
1

Ensure that the btl variable is always initialized.

This commit was SVN r19873.
Этот коммит содержится в:
Jeff Squyres 2008-11-01 11:24:11 +00:00
родитель 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;