0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

debugging

This commit is contained in:
Zack Scholl 2019-04-11 09:40:58 -07:00
parent 8d1be13ca8
commit a0c99e7251

View file

@ -416,7 +416,6 @@ func (c *Client) processMessage(m Message) (err error) {
case "close-recipient": case "close-recipient":
c.Step4FileTransfer = false c.Step4FileTransfer = false
c.Step3RecipientRequestFile = false c.Step3RecipientRequestFile = false
os.Exit(1)
} }
if err != nil { if err != nil {
return return