summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/NodeI.cpp
diff options
context:
space:
mode:
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)