diff options
| -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 } |