summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Outgoing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Outgoing.cpp')
-rw-r--r--cpp/src/Ice/Outgoing.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp
index 47f3a55cf04..38b5f9ccd1a 100644
--- a/cpp/src/Ice/Outgoing.cpp
+++ b/cpp/src/Ice/Outgoing.cpp
@@ -175,6 +175,7 @@ IceInternal::Outgoing::invoke()
_state = StateInProgress;
Ice::ConnectionI* connection = _handler->sendRequest(this);
+ assert(connection);
bool timedOut = false;