The Samba-Bugzilla – Attachment 3175 Details for
Bug 5327
rsync hangs when using --remove-source-files with a bunch of files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix a hang when using --remove-source-files and --dry-run
fix-hang.patch (text/plain), 448 bytes, created by
Wayne Davison
on 2008-03-16 09:00:25 UTC
(
hide
)
Description:
Fix a hang when using --remove-source-files and --dry-run
Filename:
MIME Type:
Creator:
Wayne Davison
Created:
2008-03-16 09:00:25 UTC
Size:
448 bytes
patch
obsolete
>--- a/generator.c >+++ b/generator.c >@@ -1856,7 +1856,7 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx, > rprintf(FINFO, "generating and sending sums for %d\n", ndx); > > notify_others: >- if (remove_source_files && !delay_updates && !phase) >+ if (remove_source_files && !delay_updates && !phase && !dry_run) > increment_active_files(ndx, itemizing, code); > if (inc_recurse && !dry_run) > cur_flist->in_progress++;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5327
: 3175