bug #46136. r:valeski, a:leaf. Reset mIP6vChecked as PR_FASLE to prevent browser

from hunging for ftp protocol
This commit is contained in:
kzhou%netscape.com 2000-08-03 20:05:22 +00:00
parent 54605864f0
commit 16d821c74c

View File

@ -295,6 +295,9 @@ nsFtpConnectionThread::Process() {
// that the max number of users has been reached... // that the max number of users has been reached...
mState = FTP_COMMAND_CONNECT; mState = FTP_COMMAND_CONNECT;
mNextState = FTP_S_USER; mNextState = FTP_S_USER;
if (mIPv6Checked) {
mIPv6Checked = PR_FALSE;
}
} else { } else {
PR_LOG(gFTPLog, PR_LOG_DEBUG, ("%x Process() - ERROR\n", mURL.get())); PR_LOG(gFTPLog, PR_LOG_DEBUG, ("%x Process() - ERROR\n", mURL.get()));
rv = StopProcessing(); rv = StopProcessing();