From 5be86632f9b08b00e5033c2a3730a8ba06b18ffb Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 17 Jun 2005 09:55:16 +0000 Subject: ChangeLogTag: Fri Jun 17 09:50:12 UTC 2005 Johnny Willemsen --- TAO/tao/ORB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TAO/tao/ORB.cpp') 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. -- cgit v1.2.1