1
1

Fix typo that accidentally always resulted in a "true" result.

This commit was SVN r14984.
Этот коммит содержится в:
Jeff Squyres 2007-06-11 12:52:56 +00:00
родитель 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;
}