mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-08-26 03:01:47 +00:00
fix: typo
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user