summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Throughput/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Throughput/server.cpp')
-rw-r--r--TAO/performance-tests/Throughput/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Throughput/server.cpp b/TAO/performance-tests/Throughput/server.cpp
index 48697e5e52a..a9de20dedc3 100644
--- a/TAO/performance-tests/Throughput/server.cpp
+++ b/TAO/performance-tests/Throughput/server.cpp
@@ -87,7 +87,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
ACE_DEBUG ((LM_DEBUG, "Server event loop finished\n"));
- root_poa->destroy (1, 1);
+ root_poa->destroy (true, true);
orb->destroy ();
}