Fix typo that accidentally always resulted in a "true" result.
This commit was SVN r14984.
Этот коммит содержится в:
родитель
6d8de7f1a9
Коммит
b704ff9f4e
@ -284,7 +284,7 @@ void orte_iof_svc_sub_ack(
|
||||
/* If we're closing and there's no longer anyone subscribed,
|
||||
then we're done. */
|
||||
|
||||
if (close && first) {
|
||||
if (do_close && first) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user