forked from forgejo/forgejo
Remove cache avatar support and add its tests
This commit is contained in:
parent
fd92d91da3
commit
58e004f7da
14 changed files with 45 additions and 390 deletions
|
@ -145,8 +145,6 @@ func listen(config *ssh.ServerConfig, port int) {
|
|||
go handleServerConn(sConn.Permissions.Extensions["key-id"], chans)
|
||||
}()
|
||||
}
|
||||
|
||||
panic("SSH: Unexpected exit of listen loop")
|
||||
}
|
||||
|
||||
// Listen starts a SSH server listens on given port.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue