X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/f2863bc00ee660400c314a756d19ce5455dce87d..4c15e80040f6ac2fc79d599d1722cf209cc30536:/source-filter_dest-filter.diff diff --git a/source-filter_dest-filter.diff b/source-filter_dest-filter.diff index a395b51..5a5bf15 100644 --- a/source-filter_dest-filter.diff +++ b/source-filter_dest-filter.diff @@ -309,8 +309,8 @@ diff --git a/receiver.c b/receiver.c + } + if ((recv_ok && (!delay_updates || !partialptr)) || inplace) { - char *temp_copy_name; if (partialptr == fname) + partialptr = NULL; diff --git a/rsync.h b/rsync.h --- a/rsync.h +++ b/rsync.h