summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2013-12-20 14:42:44 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2013-12-20 14:42:44 +0000
commit0dea0e27fa8e012dc80ac18d993566b5d6fab574 (patch)
tree2845a68cf545fdbf3499f74041d37c9f0f1258ca /TAO/tao/IORTable
parent9ee34187e84e765d2c1f73dc42ae18ee87debcc1 (diff)
downloadATCD-0dea0e27fa8e012dc80ac18d993566b5d6fab574.tar.gz
Fri Dec 20 13:37:48 UTC 2013 Phil Mesnier <mesnier_p@local>
* tao/IORTable/Table_Adapter.cpp: Fix a cut & paste error.
Diffstat (limited to 'TAO/tao/IORTable')
-rw-r--r--TAO/tao/IORTable/Table_Adapter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IORTable/Table_Adapter.cpp b/TAO/tao/IORTable/Table_Adapter.cpp
index d0fb2e97653..3c21ab233b2 100644
--- a/TAO/tao/IORTable/Table_Adapter.cpp
+++ b/TAO/tao/IORTable/Table_Adapter.cpp
@@ -169,7 +169,7 @@ TAO_Table_Adapter::find_object (TAO::ObjectKey &key,
ACE_GUARD_RETURN (ACE_Lock,
ace_mon,
*this->lock_,
- TAO_Adapter::DS_MISMATCHED_KEY);
+ false);
if (this->closed_)
{
return false;