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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user