diff options
author | Marc Laukien <marc@zeroc.com> | 2006-03-01 17:51:32 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2006-03-01 17:51:32 +0000 |
commit | a7ba28e00593ce70b2a45887a0bdabf5d9bb5685 (patch) | |
tree | 5deb2c50b6cfd60e645621c9197e8417e0e20f83 /cpp/src/Ice/Reference.cpp | |
parent | fix (diff) | |
download | ice-a7ba28e00593ce70b2a45887a0bdabf5d9bb5685.tar.bz2 ice-a7ba28e00593ce70b2a45887a0bdabf5d9bb5685.tar.xz ice-a7ba28e00593ce70b2a45887a0bdabf5d9bb5685.zip |
fix
Diffstat (limited to 'cpp/src/Ice/Reference.cpp')
-rw-r--r-- | cpp/src/Ice/Reference.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp index 8418c2f45a4..02d63007d3d 100644 --- a/cpp/src/Ice/Reference.cpp +++ b/cpp/src/Ice/Reference.cpp @@ -572,6 +572,7 @@ IceInternal::FixedReference::getConnection(bool& compress) const ConnectionIPtr connection = filteredConns[0]; assert(connection); + connection->throwException(); // Throw in case our connection is already destroyed. compress = connection->endpoint()->compress(); return connection; |