Skip to content

Commit

Permalink
Merge branch 'main' of github.com:schollz/croc
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed May 31, 2024
2 parents a4322fa + 23dce2a commit 94af237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/croc/croc.go
Original file line number Diff line number Diff line change
Expand Up @@ -1638,6 +1638,7 @@ func (c *Client) recipientGetFileReady(finished bool) (err error) {
}
c.SuccessfulTransfer = true
c.FilesHasFinished[c.FilesToTransferCurrentNum] = struct{}{}
return
}

err = c.recipientInitializeFile()
Expand Down

0 comments on commit 94af237

Please sign in to comment.