aboutsummaryrefslogtreecommitdiff
path: root/hotline/server.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-07-03 15:36:17 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2022-07-03 15:36:17 -0700
commit69af8ddbdff8e6d0dd551e9bdc72284469a86fc0 (patch)
treebd21da2c1c5f7f4573f417b1cd69ff5dfedf2dee /hotline/server.go
parent854a92fc2755ace61c405df335ddf69b02a3d932 (diff)
Minor cleanup
Diffstat (limited to 'hotline/server.go')
-rw-r--r--hotline/server.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hotline/server.go b/hotline/server.go
index 5b8aad0..852b772 100644
--- a/hotline/server.go
+++ b/hotline/server.go
@@ -766,7 +766,6 @@ func (s *Server) handleFileTransfer(ctx context.Context, rwc io.ReadWriter) erro
switch fileTransfer.Type {
case bannerDownload:
if err := s.bannerDownload(rwc); err != nil {
- panic(err)
return err
}
case FileDownload: