summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/NodeI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-03-20 10:46:23 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-03-20 10:46:23 +0100
commit32a874710bed850712b0fe754e4510e74a95e1c6 (patch)
treea6ae5d959725625d315ac2593c7b9c2ad32ab638 /cpp/src/IceGrid/NodeI.cpp
parentBug 3910 - Remove references to google protocol buffers (diff)
downloadice-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.cpp2
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)