summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/Connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Connection.cpp b/cpp/src/Ice/Connection.cpp
index d03b16e70e4..683237d9466 100644
--- a/cpp/src/Ice/Connection.cpp
+++ b/cpp/src/Ice/Connection.cpp
@@ -306,7 +306,7 @@ IceInternal::Connection::waitUntilFinished()
// We must wait a bit longer until we close this
// connection.
//
- if(!timedWait(IceUtil::Time::milliSeconds(waitTime)))
+ if(!timedWait(waitTime))
{
setState(StateClosed, CloseTimeoutException(__FILE__, __LINE__));
}