mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
[network] Fix typo in nsSocketTransport2.cpp
Follow-up to 7322bc0e9df42bd43d84ec9be22b00c47a09f3d7
This commit is contained in:
parent
3bcd2ee360
commit
6b3ab70997
1 changed files with 1 additions and 1 deletions
|
|
@ -1321,7 +1321,7 @@ nsSocketTransport::InitiateSocket()
|
|||
// if we already have a connected socket, then just attach and return.
|
||||
//
|
||||
{
|
||||
MutexAutoLock lock(mlock);
|
||||
MutexAutoLock lock(mLock);
|
||||
if (mFD.IsInitialized()) {
|
||||
rv = mSocketTransportService->AttachSocket(mFD, this);
|
||||
if (NS_SUCCEEDED(rv))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue