diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-17 09:55:16 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-17 09:55:16 +0000 |
commit | 5be86632f9b08b00e5033c2a3730a8ba06b18ffb (patch) | |
tree | 0b228b6e41b5f4602a1da9874d0f4115bb4943b8 /TAO/tao/ORB.cpp | |
parent | b1d83c2054e7868606c79b81dcfc83198bb6a284 (diff) | |
download | ATCD-5be86632f9b08b00e5033c2a3730a8ba06b18ffb.tar.gz |
ChangeLogTag: Fri Jun 17 09:50:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r-- | TAO/tao/ORB.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp index f22977d0b59..0910712b4cd 100644 --- a/TAO/tao/ORB.cpp +++ b/TAO/tao/ORB.cpp @@ -1159,7 +1159,7 @@ CORBA::ORB::resolve_initial_references (const char *name, // ----------------------------------------------------------------- - if (!CORBA::is_nil (result.in ())) + if (CORBA::is_nil (result.in ())) { // Search the object reference table. This search must occur before // the InitRef table search, since it may contain local objects. |