aboutsummaryrefslogtreecommitdiff
path: root/hotline/access.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-24 18:47:32 -0700
committerGitHub <noreply@github.com>2022-06-24 18:47:32 -0700
commit3a3f91b2ccced90fcc2492ce54546d493f66db5e (patch)
treeae1fdb0b097810f693c4b8c803a5fb7b30f3cebe /hotline/access.go
parent1e2d0251aa42f009de2ec971330cbc2ff2149578 (diff)
parentea5d8c51c2ebfc3d9d26c1ba7123c35b49efcda6 (diff)
Merge pull request #43 from jhalter/implement_can_use_any_name
Implement "Can use any name" permission
Diffstat (limited to 'hotline/access.go')
-rw-r--r--hotline/access.go2
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