correct the FTP host name mungled by a too eager global search and replace in r57951
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4354554b9c
commit
349c045ab3
@ -2426,7 +2426,7 @@ static bool TestFtpConnect()
|
||||
ftp = new wxFTP;
|
||||
|
||||
#ifdef FTP_ANONYMOUS
|
||||
static const wxChar *hostname = _T("ftp->wxwidgets.org");
|
||||
static const wxChar *hostname = _T("ftp.wxwidgets.org");
|
||||
|
||||
wxPrintf(_T("--- Attempting to connect to %s:21 anonymously...\n"), hostname);
|
||||
#else // !FTP_ANONYMOUS
|
||||
|
Loading…
Reference in New Issue
Block a user