From 58e004f7da58eaa8c461e34cc2fbbb9727f6fa33 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 14 Feb 2016 23:14:55 -0500 Subject: Remove cache avatar support and add its tests --- modules/ssh/ssh.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/ssh') diff --git a/modules/ssh/ssh.go b/modules/ssh/ssh.go index 5328d66c..18313d1e 100644 --- a/modules/ssh/ssh.go +++ b/modules/ssh/ssh.go @@ -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. -- cgit v1.2.3