silence a warning that is triggered on restart
This commit was SVN r16417.
Этот коммит содержится в:
родитель
d0b61db65c
Коммит
7f833a9cb2
@ -1064,9 +1064,11 @@ static int orte_filem_rsh_permission_listener_cancel(void)
|
|||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
if( ORTE_SUCCESS != (ret = orte_rml.recv_cancel(ORTE_NAME_WILDCARD, ORTE_RML_TAG_FILEM_RSH) ) ) {
|
if( ORTE_SUCCESS != (ret = orte_rml.recv_cancel(ORTE_NAME_WILDCARD, ORTE_RML_TAG_FILEM_RSH) ) ) {
|
||||||
|
#if 0
|
||||||
opal_output(mca_filem_rsh_component.super.output_handle,
|
opal_output(mca_filem_rsh_component.super.output_handle,
|
||||||
"filem:rsh: listener_cancel: Failed to deregister the receive callback (%d)",
|
"filem:rsh: listener_cancel: Failed to deregister the receive callback (%d)",
|
||||||
ret);
|
ret);
|
||||||
|
#endif
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user