summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_3891_Regression/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_3891_Regression/server.cpp')
-rw-r--r--TAO/orbsvcs/tests/Bug_3891_Regression/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Bug_3891_Regression/server.cpp b/TAO/orbsvcs/tests/Bug_3891_Regression/server.cpp
index 87d6eb3cdae..d9997da7983 100644
--- a/TAO/orbsvcs/tests/Bug_3891_Regression/server.cpp
+++ b/TAO/orbsvcs/tests/Bug_3891_Regression/server.cpp
@@ -60,7 +60,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACE_ERROR_RETURN ((LM_ERROR, "ERROR: type_id is incorrect\n"), 1);
}
- root_poa->destroy (1, 1);
+ root_poa->destroy (true, true);
orb->destroy ();
}
catch (const CORBA::Exception& ex)