summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Reference.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2008-02-14 16:22:39 +0800
committerMatthew Newhook <matthew@zeroc.com>2008-02-14 16:22:39 +0800
commit294ec25fda6e3785c54970d274b860b1ca837955 (patch)
tree26e5d1987ffdfde7bbacb87fdfb7b96bbef998e9 /cpp/src/Ice/Reference.cpp
parentMerge branch 'bug2435' (diff)
downloadice-294ec25fda6e3785c54970d274b860b1ca837955.tar.bz2
ice-294ec25fda6e3785c54970d274b860b1ca837955.tar.xz
ice-294ec25fda6e3785c54970d274b860b1ca837955.zip
merged bug2615
Diffstat (limited to 'cpp/src/Ice/Reference.cpp')
-rwxr-xr-xcpp/src/Ice/Reference.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp
index c59122ccdad..c4b60bce3e8 100755
--- a/cpp/src/Ice/Reference.cpp
+++ b/cpp/src/Ice/Reference.cpp
@@ -477,7 +477,7 @@ IceInternal::Reference::hashInit() const
h = 5 * h + *p;
}
- _hashValue = 5 * _hashValue + static_cast<Int>(_secure);
+ h = 5 * h + static_cast<Int>(_secure);
_hashValue = h;
_hashInitialized = true;