summaryrefslogtreecommitdiff
path: root/TAO/tests/Faults/pong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Faults/pong.cpp')
-rw-r--r--TAO/tests/Faults/pong.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Faults/pong.cpp b/TAO/tests/Faults/pong.cpp
index a7e374e5501..6dbe4d624ba 100644
--- a/TAO/tests/Faults/pong.cpp
+++ b/TAO/tests/Faults/pong.cpp
@@ -71,8 +71,7 @@ run_client (CORBA::ORB_ptr orb,
ACE_TRY_CHECK;
// Run for <period> milliseconds, to receive the reply
- orb->run (tv, ACE_TRY_ENV);
- ACE_TRY_CHECK;
+ orb->run (tv);
// Terminate the client if:
// - This is the last iteration