mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Changed port from int to ushort
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@376 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ void CDCCSock::SendPacket() {
|
||||
}
|
||||
}
|
||||
|
||||
Csock* CDCCSock::GetSockObj(const CString& sHost, int iPort) {
|
||||
Csock* CDCCSock::GetSockObj(const CString& sHost, unsigned short uPort) {
|
||||
Close();
|
||||
|
||||
CDCCSock* pSock = new CDCCSock(m_pUser, m_sRemoteNick, m_sLocalFile, m_sModuleName, m_uFileSize, m_pFile);
|
||||
|
||||
Reference in New Issue
Block a user