summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-05-30 08:27:00 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-05-30 08:27:00 +0000
commitfe778127457534cfba9c29b1f71621f68fced1d3 (patch)
tree194c5ed773b970e9dfd350c3537a026145c876ee
parentd6ca3ef20d9137bd6c628c944c842b223acb7587 (diff)
downloadATCD-fe778127457534cfba9c29b1f71621f68fced1d3.tar.gz
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp b/TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp
index cebbb69ce62..b4a6777ca9e 100644
--- a/TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp
+++ b/TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp
@@ -251,7 +251,7 @@ TAO::Security::AccessDecision::add_object
"unexpectedly failed (errno=%d)\n",
hash.operator()(key),
allow_insecure_access,
- errno));
+ ACE_ERRNO_GET));
throw
CORBA::NO_MEMORY(CORBA::SystemException::_tao_minor_code (TAO::VMCID,
errno),
@@ -304,7 +304,7 @@ TAO::Security::AccessDecision::remove_object
"TAO (%P|%t): SL2_AccessDecision::remove_object(%x) "
" unexpected error during unbind from map (errno=%d\n)",
hash.operator()(key),
- errno));
+ ACE_ERRNO_GET));
throw CORBA::UNKNOWN (CORBA::SystemException::_tao_minor_code (TAO::VMCID,
errno),