diff options
author | Benoit Foucher <benoit@zeroc.com> | 2009-03-20 10:46:23 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2009-03-20 10:46:23 +0100 |
commit | 32a874710bed850712b0fe754e4510e74a95e1c6 (patch) | |
tree | a6ae5d959725625d315ac2593c7b9c2ad32ab638 /cpp/src/IceGrid/NodeI.cpp | |
parent | Bug 3910 - Remove references to google protocol buffers (diff) | |
download | ice-32a874710bed850712b0fe754e4510e74a95e1c6.tar.bz2 ice-32a874710bed850712b0fe754e4510e74a95e1c6.tar.xz ice-32a874710bed850712b0fe754e4510e74a95e1c6.zip |
Fixed potential hang on shutdown (bug 3913)
Diffstat (limited to 'cpp/src/IceGrid/NodeI.cpp')
-rw-r--r-- | cpp/src/IceGrid/NodeI.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/NodeI.cpp b/cpp/src/IceGrid/NodeI.cpp index ce81bf6663b..bf4c17e72c7 100644 --- a/cpp/src/IceGrid/NodeI.cpp +++ b/cpp/src/IceGrid/NodeI.cpp @@ -555,6 +555,8 @@ NodeI::destroyServer_async(const AMD_Node_destroyServerPtr& amdCB, } catch(const Ice::ObjectNotExistException&) { + amdCB->ice_response(); + return; } } if(command) |