summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation_Oneway_Tests/Server_Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation_Oneway_Tests/Server_Task.cpp')
-rw-r--r--TAO/tests/Collocation_Oneway_Tests/Server_Task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Collocation_Oneway_Tests/Server_Task.cpp b/TAO/tests/Collocation_Oneway_Tests/Server_Task.cpp
index 21c1e58bfc2..95cb690e576 100644
--- a/TAO/tests/Collocation_Oneway_Tests/Server_Task.cpp
+++ b/TAO/tests/Collocation_Oneway_Tests/Server_Task.cpp
@@ -74,7 +74,7 @@ Server_Task::svc (void)
ACE_DEBUG ((LM_DEBUG, "(%P|%t) server - event loop finished\n"));
- root_poa->destroy (1, 1);
+ root_poa->destroy (true, true);
this->sorb_->destroy ();
}