summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-20 21:10:12 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-20 21:10:12 +0000
commited810827a94499f9eb7cdd6dc7d04b250dd55861 (patch)
treec5be427bead6f1cfdd489b6b23c627ad55edaf95
parent01f4635682ce5f71d17e20a3c884f06f0e486b39 (diff)
downloadATCD-ed810827a94499f9eb7cdd6dc7d04b250dd55861.tar.gz
ChangeLogTag:Fri Aug 20 15:51:29 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--TAO/tao/ORB.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index 2deec237dcd..8265db8ac0e 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -874,6 +874,8 @@ CORBA_ORB::resolve_initial_references (const char *name,
// Is the service name in the IOR Table.
if (table->find_ior (object_id, ior) == 0)
return this->string_to_object (ior.c_str (), ACE_TRY_ENV);
+ if (this->lookup_table_.find_ior (object_id, ior) == 0)
+ return this->string_to_object (ior.c_str (), ACE_TRY_ENV);
else
{
// Get the list of initial reference prefixes specified through