mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Merge branch 'main' of github.com:schollz/croc
This commit is contained in:
commit
94af2374c3
1 changed files with 1 additions and 0 deletions
|
@ -1638,6 +1638,7 @@ func (c *Client) recipientGetFileReady(finished bool) (err error) {
|
||||||
}
|
}
|
||||||
c.SuccessfulTransfer = true
|
c.SuccessfulTransfer = true
|
||||||
c.FilesHasFinished[c.FilesToTransferCurrentNum] = struct{}{}
|
c.FilesHasFinished[c.FilesToTransferCurrentNum] = struct{}{}
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
err = c.recipientInitializeFile()
|
err = c.recipientInitializeFile()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue