summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ORB_Shutdown/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/ORB_Shutdown/test_i.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/ORB_Shutdown/test_i.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Portable_Interceptors/ORB_Shutdown/test_i.cpp b/TAO/tests/Portable_Interceptors/ORB_Shutdown/test_i.cpp
index 02d6b0dc13a..b1d46d1d3d7 100644
--- a/TAO/tests/Portable_Interceptors/ORB_Shutdown/test_i.cpp
+++ b/TAO/tests/Portable_Interceptors/ORB_Shutdown/test_i.cpp
@@ -29,6 +29,5 @@ test_i::shutdown (void)
ACE_DEBUG ((LM_DEBUG,
"Shutting down ORB.\n"));
- this->orb_->shutdown (0
- ACE_ENV_ARG_PARAMETER);
+ this->orb_->shutdown (0);
}