diff options
Diffstat (limited to 'hotline/access.go')
| -rw-r--r-- | hotline/access.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/access.go b/hotline/access.go index f2e904d..1bee72c 100644 --- a/hotline/access.go +++ b/hotline/access.go @@ -33,7 +33,7 @@ const ( accessCannotBeDiscon = 23 accessGetClientInfo = 24 accessUploadAnywhere = 25 - // accessAnyName = 26 + accessAnyName = 26 // accessNoAgreement = 27 accessSetFileComment = 28 accessSetFolderComment = 29 |