summaryrefslogtreecommitdiff
path: root/TAO/tests/Mixed_Sync_ASync_Events/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Mixed_Sync_ASync_Events/main.cpp')
-rw-r--r--TAO/tests/Mixed_Sync_ASync_Events/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Mixed_Sync_ASync_Events/main.cpp b/TAO/tests/Mixed_Sync_ASync_Events/main.cpp
index cff4b78d7b1..c5094d29282 100644
--- a/TAO/tests/Mixed_Sync_ASync_Events/main.cpp
+++ b/TAO/tests/Mixed_Sync_ASync_Events/main.cpp
@@ -150,7 +150,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
opponent = A::Test::_narrow (object.in ());
} while (mode_flag == A::RM_SLAVE && CORBA::is_nil (opponent.in ()));
- if (CORBA::is_nil (opponent))
+ if (CORBA::is_nil (opponent.in ()))
{
ACE_ERROR_RETURN ((LM_ERROR,
"Cannot resolve opponent IOR: %s",