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

from hunging for ftp protocol


git-svn-id: svn://10.0.0.236/trunk@75501 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kzhou%netscape.com
2000-08-03 20:05:22 +00:00
parent ce8553e8e4
commit e54841f4dc

View File

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