93002: [distribution]Conn: Use dialup networking (.DUN) when launching

mozilla. (r=dougt, sr=rpotts), c/o smeredith. - bullet-proof mishave.
This commit is contained in:
tao%netscape.com 2002-07-09 21:53:06 +00:00
parent 937eaacc43
commit c36a083478

View File

@ -679,6 +679,11 @@ nsSocketTransport::OnConnectionFailed(PRBool tryNextAddress)
mService->AddToWorkQ(this);
}
else
{
if (tryNextAddress)
mNetAddress = nsnull;
}
LOG(("nsSocketTransport Leaving OnConnectionFailed() tryAgain = %d",tryAgain));
return tryAgain;