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:
dbaron%fas.harvard.edu 2001-08-14 13:56:35 +00:00
Родитель 4ec3b69cb6
Коммит 21ecdf8a48
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;