Fix another typecast
This commit was SVN r26817.
Этот коммит содержится в:
родитель
0f6184985d
Коммит
4bbddf6875
@ -393,7 +393,7 @@ int ompi_proc_refresh(void) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/* get the name of the node it is on */
|
/* get the name of the node it is on */
|
||||||
ret = ompi_modex_recv_string_pointer(ORTE_DB_HOSTNAME, proc, (void*)&(proc->proc_hostname), OPAL_STRING);
|
ret = ompi_modex_recv_string_pointer(ORTE_DB_HOSTNAME, proc, (void**)&(proc->proc_hostname), OPAL_STRING);
|
||||||
if (OMPI_SUCCESS != ret) {
|
if (OMPI_SUCCESS != ret) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user