diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-07-03 15:36:17 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-07-03 15:36:17 -0700 |
| commit | 69af8ddbdff8e6d0dd551e9bdc72284469a86fc0 (patch) | |
| tree | bd21da2c1c5f7f4573f417b1cd69ff5dfedf2dee /hotline/transaction_handlers.go | |
| parent | 854a92fc2755ace61c405df335ddf69b02a3d932 (diff) | |
Minor cleanup
Diffstat (limited to 'hotline/transaction_handlers.go')
| -rw-r--r-- | hotline/transaction_handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } } |