diff options
Diffstat (limited to 'TAO/tests/RTCORBA/Client_Propagated/server.cpp')
-rw-r--r-- | TAO/tests/RTCORBA/Client_Propagated/server.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Client_Propagated/server.cpp b/TAO/tests/RTCORBA/Client_Propagated/server.cpp index 100c213843f..195747652f5 100644 --- a/TAO/tests/RTCORBA/Client_Propagated/server.cpp +++ b/TAO/tests/RTCORBA/Client_Propagated/server.cpp @@ -269,7 +269,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; |