summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/LoadBalancing/Hash_Replica_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/LoadBalancing/Hash_Replica_i.cpp')
-rw-r--r--TAO/orbsvcs/tests/LoadBalancing/Hash_Replica_i.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/LoadBalancing/Hash_Replica_i.cpp b/TAO/orbsvcs/tests/LoadBalancing/Hash_Replica_i.cpp
index 392cf3d91f9..ecc7970f126 100644
--- a/TAO/orbsvcs/tests/LoadBalancing/Hash_Replica_i.cpp
+++ b/TAO/orbsvcs/tests/LoadBalancing/Hash_Replica_i.cpp
@@ -21,6 +21,7 @@ Hash_Replica_Impl::do_hash (const char *str,
if (this->reject_requests_)
{
this->control_->request_rejected (ACE_TRY_ENV);
+ ACE_CHECK_RETURN (0);
return 0;
}