git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47969
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// addresses because the addrNew has an IP of "0.0.0.0", so we need the
// value in addrLocal
wxString port = GetPortCmdArgument(addrLocal, addrNew);
// addresses because the addrNew has an IP of "0.0.0.0", so we need the
// value in addrLocal
wxString port = GetPortCmdArgument(addrLocal, addrNew);
- if ( !DoSimpleCommand(_T("PORT "), port) )
+ if ( !DoSimpleCommand(_T("PORT"), port) )
{
m_lastError = wxPROTO_PROTERR;
delete sockSrv;
{
m_lastError = wxPROTO_PROTERR;
delete sockSrv;