From 69af8ddbdff8e6d0dd551e9bdc72284469a86fc0 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sun, 3 Jul 2022 15:36:17 -0700 Subject: Minor cleanup --- hotline/transaction_handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/transaction_handlers.go') diff --git a/hotline/transaction_handlers.go b/hotline/transaction_handlers.go index 3ecb6bd..afc24ff 100644 --- a/hotline/transaction_handlers.go +++ b/hotline/transaction_handlers.go @@ -462,7 +462,7 @@ func HandleSetFileInfo(cc *ClientConn, t *Transaction) (res []Transaction, err e return res, err } if err != nil { - panic(err) + return res, err } } } -- cgit