summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/TcpConnector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/TcpConnector.cpp')
-rw-r--r--cpp/src/Ice/TcpConnector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/TcpConnector.cpp b/cpp/src/Ice/TcpConnector.cpp
index c9de0b46942..1147b5268b2 100644
--- a/cpp/src/Ice/TcpConnector.cpp
+++ b/cpp/src/Ice/TcpConnector.cpp
@@ -30,7 +30,7 @@ IceInternal::TcpConnector::connect(int timeout)
_logger->trace(_traceLevels->networkCat, s.str());
}
- int fd = createSocket(false);
+ SOCKET fd = createSocket(false);
doConnect(fd, _addr, timeout);
if (_traceLevels->network >= 1)