The Samba-Bugzilla – Attachment 4041 Details for
Bug 6240
rsync 3.0.x -x/--one-file-system regression?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
The one-word fix for the issue
one-file-system.diff (text/plain), 406 bytes, created by
Wayne Davison
on 2009-03-31 22:30:49 UTC
(
hide
)
Description:
The one-word fix for the issue
Filename:
MIME Type:
Creator:
Wayne Davison
Created:
2009-03-31 22:30:49 UTC
Size:
406 bytes
patch
obsolete
>--- a/flist.c >+++ b/flist.c >@@ -3007,7 +3007,7 @@ struct file_list *get_dirlist(char *dirname, int dlen, int ignore_filter_rules) > > recurse = 0; > xfer_dirs = 1; >- send_directory(ignore_filter_rules ? -2 : -1, dirlist, dirname, dlen, 0); >+ send_directory(ignore_filter_rules ? -2 : -1, dirlist, dirname, dlen, FLAG_CONTENT_DIR); > xfer_dirs = save_xfer_dirs; > recurse = save_recurse; > if (do_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 6240
: 4041