summaryrefslogtreecommitdiff
path: root/TAO/tests/CORBA_is_nil/Hello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CORBA_is_nil/Hello.cpp')
-rw-r--r--TAO/tests/CORBA_is_nil/Hello.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/CORBA_is_nil/Hello.cpp b/TAO/tests/CORBA_is_nil/Hello.cpp
index 322d35cde3b..0c842934437 100644
--- a/TAO/tests/CORBA_is_nil/Hello.cpp
+++ b/TAO/tests/CORBA_is_nil/Hello.cpp
@@ -20,5 +20,5 @@ Hello::get_Hello ()
void
Hello::shutdown ()
{
- this->orb_->shutdown (0);
+ this->orb_->shutdown (false);
}