summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/AbstractBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/AbstractBase.cpp b/TAO/tao/AbstractBase.cpp
index 92ad10c2eac..a0415d55119 100644
--- a/TAO/tao/AbstractBase.cpp
+++ b/TAO/tao/AbstractBase.cpp
@@ -329,7 +329,7 @@ operator>> (TAO_InputCDR &strm, CORBA_AbstractBase_ptr &abs)
orb_core->orb ()->lookup_value_factory (repo_id_stream.in ());
// We should throw an exception, if there were an appropriate one.
- if (factory == 0)
+ if (factory.in() == 0)
{
ACE_DEBUG ((LM_ERROR,
ACE_TEXT ("(%N:%l) OBV factory is null !!!\n")));