mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
More work on porting the receive kitten
This commit is contained in:
@@ -185,6 +185,9 @@ func (self *Patcher) FinishDelta() (err error) {
|
||||
self.delta_input = nil
|
||||
self.delta_output = nil
|
||||
self.unconsumed_delta_data = nil
|
||||
if !self.rsync.checksum_done {
|
||||
return fmt.Errorf("The checksum was not received at the end of the delta data")
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user