diff options
author | Mattes D <github@xoft.cz> | 2015-01-21 21:12:11 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-01-22 20:13:05 +0100 |
commit | 5b4c5cf2befebb78ff2b16955c244e79841648a7 (patch) | |
tree | fd634bd69b029b1b4f4850dd48408997e5b6fbfa /src/OSSupport/TCPLinkImpl.cpp | |
parent | cNetwork: Added error message to error callbacks. (diff) | |
download | cuberite-5b4c5cf2befebb78ff2b16955c244e79841648a7.tar cuberite-5b4c5cf2befebb78ff2b16955c244e79841648a7.tar.gz cuberite-5b4c5cf2befebb78ff2b16955c244e79841648a7.tar.bz2 cuberite-5b4c5cf2befebb78ff2b16955c244e79841648a7.tar.lz cuberite-5b4c5cf2befebb78ff2b16955c244e79841648a7.tar.xz cuberite-5b4c5cf2befebb78ff2b16955c244e79841648a7.tar.zst cuberite-5b4c5cf2befebb78ff2b16955c244e79841648a7.zip |
Diffstat (limited to 'src/OSSupport/TCPLinkImpl.cpp')
-rw-r--r-- | src/OSSupport/TCPLinkImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/TCPLinkImpl.cpp b/src/OSSupport/TCPLinkImpl.cpp index f87f68280..6f937646f 100644 --- a/src/OSSupport/TCPLinkImpl.cpp +++ b/src/OSSupport/TCPLinkImpl.cpp @@ -304,7 +304,7 @@ void cTCPLinkImpl::UpdateRemoteAddress(void) bool cNetwork::Connect( const AString & a_Host, - const UInt16 a_Port, + UInt16 a_Port, cNetwork::cConnectCallbacksPtr a_ConnectCallbacks, cTCPLink::cCallbacksPtr a_LinkCallbacks ) |