diff --git a/freezer/engine/rsync/pyrsync.py b/freezer/engine/rsync/pyrsync.py index 0fdcc820..3c76181d 100644 --- a/freezer/engine/rsync/pyrsync.py +++ b/freezer/engine/rsync/pyrsync.py @@ -87,6 +87,7 @@ def rsyncdelta(datastream, remotesignatures, blocksize=4096): match = True matchblock = -1 last_byte = [] + tailsize = 0 while True: if match and datastream is not None: # Whenever there is a match or the loop is running for the first