missed this line from the previous check in.

git-svn-id: svn://10.0.0.236/trunk@144393 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%meer.net 2003-07-02 20:57:43 +00:00
parent 362db2c7fa
commit f0cc796fd6

View File

@ -2226,6 +2226,7 @@ nsFtpState::KillControlConnection() {
PR_LOG(gFTPLog, PR_LOG_ALWAYS, ("(%x) nsFtpState caching control connection", this));
// Store connection persistant data
mControlConnection->mServerType = mServerType;
mControlConnection->mPassword = mPassword;
nsresult rv = gFtpHandler->InsertConnection(mURI, mControlConnection);
// Can't cache it? Kill it then.