1
1

osc/portals4: Correct an error in an if statement

Этот коммит содержится в:
Pascal Deveze 2016-07-18 13:16:12 +02:00
родитель 81823d7a63
Коммит f19a2b961c

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

@ -198,7 +198,7 @@ progress_callback(void)
"%s:%d: PtlEQGet reported dropped event",
__FILE__, __LINE__);
goto process;
} else if (PTL_EQ_EMPTY) {
} else if (PTL_EQ_EMPTY == ret) {
return 0;
} else {
opal_output_verbose(1, ompi_osc_base_framework.framework_output,