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 21b438f..707dc65 100644 --- a/hotline/access.go +++ b/hotline/access.go @@ -6,7 +6,7 @@ import ( ) const ( - accessAlwaysAllow = -1 // Some transactions are always allowed + accessAlwaysAllow = -1 // Some transactions are always allowed // File System Maintenance accessDeleteFile = 0 |