зеркало из https://github.com/mozilla/gecko-dev.git
Fix FTP by re-adding the line that got dropped between the two versions of the patch (in different form, due to change in string types). jag is watching the tree for me. b=93353
This commit is contained in:
Родитель
4ec3b69cb6
Коммит
21ecdf8a48
|
@ -120,6 +120,7 @@ nsFtpControlConnection::nsFtpControlConnection(const char* host, PRUint32 port)
|
|||
NS_INIT_REFCNT();
|
||||
PR_LOG(gFTPLog, PR_LOG_ALWAYS, ("(%x) nsFtpControlConnection created", this));
|
||||
|
||||
mHost.Adopt(nsCRT::strdup(host));
|
||||
mPort = port;
|
||||
mServerType = 0;
|
||||
mConnected = PR_FALSE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче