Ensure to return a value.
This commit was SVN r8182.
Этот коммит содержится в:
родитель
d60c7695d3
Коммит
23ca7e1311
@ -68,7 +68,7 @@ int orte_iof_base_flush(void)
|
|||||||
|
|
||||||
if(OPAL_THREAD_ADD32(&lock,1) > 1) {
|
if(OPAL_THREAD_ADD32(&lock,1) > 1) {
|
||||||
OPAL_THREAD_ADD32(&lock,-1);
|
OPAL_THREAD_ADD32(&lock,-1);
|
||||||
return;
|
return ORTE_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* flush any pending output */
|
/* flush any pending output */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user