fix
This commit is contained in:
parent
ff0a7c1fae
commit
a4f31629cc
@ -119,6 +119,7 @@ func (this *sApiForward) getOrCreate(c *SApiForwardLockCache, accountId string)
|
||||
u = new(SApiForwardLock)
|
||||
u.accountId = accountId
|
||||
u.lock = new(sync.Mutex)
|
||||
(*c.userHash)[accountId] = u
|
||||
return u
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user