X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/22c599abc18895f73e96095f35b71cf3357d41b4..b25c4a19420c2fde1f290dd360c68b84e4eaa1ed:/hotline/account.go?ds=sidebyside diff --git a/hotline/account.go b/hotline/account.go index b0e9ee5..bcacc73 100644 --- a/hotline/account.go +++ b/hotline/account.go @@ -45,7 +45,7 @@ func (a *Account) Payload() (out []byte) { []byte{0x00, 0x69}, // fieldUserLogin loginLen, - []byte(NegatedUserString([]byte(a.Login))), + negateString([]byte(a.Login)), []byte{0x00, 0x6e}, // fieldUserAccess []byte{0x00, 0x08},