summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Benchmark/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Benchmark/server.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/Benchmark/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/Benchmark/server.cpp b/TAO/tests/Portable_Interceptors/Benchmark/server.cpp
index 6cd7e017c72..6ee587c261d 100644
--- a/TAO/tests/Portable_Interceptors/Benchmark/server.cpp
+++ b/TAO/tests/Portable_Interceptors/Benchmark/server.cpp
@@ -109,7 +109,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
ACE_DEBUG ((LM_DEBUG, "event loop finished\n"));
- root_poa->destroy (1, 1);
+ root_poa->destroy (true, true);
}
catch (const CORBA::Exception& ex)
{