1
0
mirror of https://github.com/schollz/croc synced 2024-07-02 23:58:42 +00:00

Merge branch 'main' of github.com:schollz/croc

This commit is contained in:
Zack 2024-05-31 14:32:03 -07:00
commit 94af2374c3

View File

@ -1638,6 +1638,7 @@ func (c *Client) recipientGetFileReady(finished bool) (err error) {
}
c.SuccessfulTransfer = true
c.FilesHasFinished[c.FilesToTransferCurrentNum] = struct{}{}
return
}
err = c.recipientInitializeFile()