summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LB_Replica_Hash.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-05-04 20:02:47 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-05-04 20:02:47 +0000
commit1c89c484296eb4e5ddde09ca0588cc415719c1dd (patch)
tree57f00b57ab7677b951e7ac27d441835aed102a60 /TAO/orbsvcs/orbsvcs/LB_Replica_Hash.inl
parentc03dddf83ed6cad116b43bd7c3f6b4e2a2f9aaad (diff)
downloadATCD-new_load_balancer.tar.gz
Minor updates.new_load_balancer
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LB_Replica_Hash.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/LB_Replica_Hash.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LB_Replica_Hash.inl b/TAO/orbsvcs/orbsvcs/LB_Replica_Hash.inl
index dedec714bf5..450a9797e48 100644
--- a/TAO/orbsvcs/orbsvcs/LB_Replica_Hash.inl
+++ b/TAO/orbsvcs/orbsvcs/LB_Replica_Hash.inl
@@ -19,7 +19,7 @@ TAO_LB_Location_Hash::operator() (
size_t location_length = location.length ();
for (size_t i = 0; i < location_length; ++i)
- hash += (ACE::hash_pjw (location[i].id)
+ hash += (ACE::hash_pjw (location[i].id) +
ACE::hash_pjw (location[i].kind));
return hash;