summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LB_Replica_Hash.inl
diff options
context:
space:
mode:
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;