mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-06-22 12:19:57 +00:00
fix: typo
This commit is contained in:
parent
fc71d76f4d
commit
b09f371447
@ -91,7 +91,7 @@ func (c *Controller) buildSSUser(userInfo *[]api.UserInfo, method string) (users
|
||||
newError("shadowsocks2022 key's length must be greater than 32").AtError().WriteToLog()
|
||||
return
|
||||
}
|
||||
userKey = userKey[:32]
|
||||
userKey = user.Passwd[:32]
|
||||
}
|
||||
users[i] = &protocol.User{
|
||||
Level: 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user