1
1

Make sure the function returns NULL when no elan adapter is available instead of a random value.

This commit was SVN r18136.
Этот коммит содержится в:
Aurelien Bouteiller 2008-04-11 21:03:01 +00:00
родитель 20592cbcbf
Коммит 0f311ed824

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

@ -165,7 +165,7 @@ mca_btl_elan_component_init( int *num_btl_modules,
bool enable_mpi_threads )
{
mca_btl_base_module_t** btls;
mca_btl_base_module_t** btls = NULL;
*num_btl_modules = 0;