diff options
Diffstat (limited to 'cpp/src/Ice/IPEndpointI.cpp')
-rw-r--r-- | cpp/src/Ice/IPEndpointI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/IPEndpointI.cpp b/cpp/src/Ice/IPEndpointI.cpp index 7bf4a057c63..a94f05ce429 100644 --- a/cpp/src/Ice/IPEndpointI.cpp +++ b/cpp/src/Ice/IPEndpointI.cpp @@ -185,6 +185,7 @@ IceInternal::IPEndpointI::hash() const _hashValue = 5381; hashAdd(_hashValue, type()); hashInit(_hashValue); + _hashInitialized = true; } return _hashValue; } |