mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-06 14:43:34 +03:00
Fix: vmess alterId can be 0
This commit is contained in:
parent
082d3bbf04
commit
1f556d4ae5
1 changed files with 1 additions and 0 deletions
|
@ -50,5 +50,6 @@ func newAlterIDs(primary *ID, alterIDCount uint16) []*ID {
|
|||
alterIDs[idx] = &ID{UUID: newid, CmdKey: primary.CmdKey[:]}
|
||||
prevID = newid
|
||||
}
|
||||
alterIDs = append(alterIDs, primary)
|
||||
return alterIDs
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue