Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Septrum101 committed Dec 16, 2022
1 parent fc71d76 commit b09f371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/controller/userbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b09f371

Please sign in to comment.