summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Client_Propagated/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Client_Propagated/client.cpp')
-rw-r--r--TAO/tests/RTCORBA/Client_Propagated/client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Client_Propagated/client.cpp b/TAO/tests/RTCORBA/Client_Propagated/client.cpp
index c15039ca909..f5b3ab6294c 100644
--- a/TAO/tests/RTCORBA/Client_Propagated/client.cpp
+++ b/TAO/tests/RTCORBA/Client_Propagated/client.cpp
@@ -216,7 +216,8 @@ main (int argc, char *argv[])
// Make sure we can support multiple priorities that are required
// for this test.
- check_supported_priorities (orb.in());
+ if (!check_supported_priorities (orb.in ()))
+ return -1;
// Thread Manager for managing task.
ACE_Thread_Manager thread_manager;