mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
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:
parent
937eaacc43
commit
c36a083478
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user