summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Mcast/Complex/consumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Mcast/Complex/consumer.cpp')
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/Complex/consumer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Event/Mcast/Complex/consumer.cpp b/TAO/orbsvcs/tests/Event/Mcast/Complex/consumer.cpp
index ee9c617cff6..73657253981 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/Complex/consumer.cpp
+++ b/TAO/orbsvcs/tests/Event/Mcast/Complex/consumer.cpp
@@ -103,7 +103,7 @@ EC_Consumer::disconnect (void)
this->ec_->destroy ();
- this->orb_->shutdown (0);
+ this->orb_->shutdown (false);
}
////////////////////////////////////////////////////////////