From 19dcc94821d1fac803c571b1dc11764213713682 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Wed, 22 Jun 2022 16:08:57 -0700 Subject: Fix intermittently failing banner download --- hotline/transaction_handlers.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hotline/transaction_handlers.go b/hotline/transaction_handlers.go index 9f07fe1..f6fa232 100644 --- a/hotline/transaction_handlers.go +++ b/hotline/transaction_handlers.go @@ -1962,6 +1962,5 @@ func HandleDownloadBanner(cc *ClientConn, t *Transaction) (res []Transaction, er NewField(fieldTransferSize, size), )) - res = append(res, cc.NewReply(t)) return res, err } -- cgit