diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-22 16:08:57 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-22 16:08:57 -0700 |
| commit | 19dcc94821d1fac803c571b1dc11764213713682 (patch) | |
| tree | a4e20ea32d679e0173a41dca60ab8f8f98d932bb | |
| parent | e4079dd2a3b8cfb6cd1feb5b5ac57f0b155c9062 (diff) | |
Fix intermittently failing banner download
| -rw-r--r-- | hotline/transaction_handlers.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |