summaryrefslogtreecommitdiff
path: root/TAO/tests/Nested_Event_Loop
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Nested_Event_Loop')
-rw-r--r--TAO/tests/Nested_Event_Loop/server.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Nested_Event_Loop/server.cpp b/TAO/tests/Nested_Event_Loop/server.cpp
index bac5b3b7042..b3617663e24 100644
--- a/TAO/tests/Nested_Event_Loop/server.cpp
+++ b/TAO/tests/Nested_Event_Loop/server.cpp
@@ -89,8 +89,7 @@ main (int argc, char *argv[])
poa_manager->activate (ACE_TRY_ENV);
ACE_TRY_CHECK;
- if (orb->run (ACE_TRY_ENV) == -1)
- ACE_ERROR_RETURN ((LM_ERROR, "%p\n", "orb->run"), -1);
+ orb->run (ACE_TRY_ENV);
ACE_TRY_CHECK;
ACE_DEBUG ((LM_DEBUG, "event loop finished\n"));