summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Forwarding/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MProfile_Forwarding/server.cpp')
-rw-r--r--TAO/tests/MProfile_Forwarding/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/MProfile_Forwarding/server.cpp b/TAO/tests/MProfile_Forwarding/server.cpp
index 5517ecf0093..196c9bb6b7a 100644
--- a/TAO/tests/MProfile_Forwarding/server.cpp
+++ b/TAO/tests/MProfile_Forwarding/server.cpp
@@ -91,7 +91,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);
ACE_OS::sleep (5);
}