mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-07-26 03:44:15 +00:00
fix
This commit is contained in:
parent
67f5e24453
commit
d9fd84861f
3 changed files with 8 additions and 7 deletions
|
@ -296,7 +296,7 @@ func (m *ClientWorker) Dispatch(ctx context.Context, link *transport.Link) bool
|
|||
}
|
||||
|
||||
sm := m.sessionManager
|
||||
s := sm.Allocate(m.strategy)
|
||||
s := sm.Allocate(&m.strategy)
|
||||
if s == nil {
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue