summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Security/SecurityLevel1/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Security/SecurityLevel1/server.cpp')
-rw-r--r--TAO/orbsvcs/examples/Security/SecurityLevel1/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/Security/SecurityLevel1/server.cpp b/TAO/orbsvcs/examples/Security/SecurityLevel1/server.cpp
index a644b0db7cb..07c950987ef 100644
--- a/TAO/orbsvcs/examples/Security/SecurityLevel1/server.cpp
+++ b/TAO/orbsvcs/examples/Security/SecurityLevel1/server.cpp
@@ -48,7 +48,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
// Start the ORB
orb->run ();
- root_poa->destroy (1, 1);
+ root_poa->destroy (true, true);
}
catch (const CORBA::SytemException& )