diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2023-06-05 16:21:31 +0300 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2023-06-05 16:21:31 +0300 |
| commit | a3bb8a44a6ba6f7184e8ce2f5bd16a69162794f1 (patch) | |
| tree | c7e3fe60821935fd88cf3bcaec3055b58cff07f7 /internal/user/server/user.go | |
| parent | 3c9e5c71d30209b415df9c0d7149da2c3a923c7a (diff) | |
can configure SSH algorithms
Diffstat (limited to 'internal/user/server/user.go')
| -rw-r--r-- | internal/user/server/user.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/user/server/user.go b/internal/user/server/user.go index e704c8b..abf74f3 100644 --- a/internal/user/server/user.go +++ b/internal/user/server/user.go @@ -121,7 +121,7 @@ func (u *User) iteratePaths(cleanPath, permissionType string) (bool, error) { continue } - regexStr := permission + regexStr = permission if strings.HasPrefix(permission, "!") { regexStr = permission[1:] negate = true |
