The Samba-Bugzilla – Attachment 866 Details for
Bug 1412
Bogus warnings with --backup --backup-dir=/path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
One more patch
receiver.patch (text/plain), 755 bytes, created by
Wayne Davison
on 2004-12-23 11:08:20 UTC
(
hide
)
Description:
One more patch
Filename:
MIME Type:
Creator:
Wayne Davison
Created:
2004-12-23 11:08:20 UTC
Size:
755 bytes
patch
obsolete
>--- receiver.c 18 Oct 2004 20:41:57 -0000 1.107 >+++ receiver.c 27 Oct 2004 06:34:13 -0000 1.108 >@@ -122,16 +122,16 @@ void delete_files(struct file_list *flis > continue; > if (flist_find(flist,local_file_list->files[i]) < 0) { > char *f = f_name(local_file_list->files[i]); >- if (make_backups && (backup_dir || !is_backup_file(f))) { >+ int mode = local_file_list->files[i]->mode; >+ if (make_backups && (backup_dir || !is_backup_file(f)) >+ && !S_ISDIR(mode)) { > make_backup(f); > if (verbose) { > rprintf(FINFO, "deleting %s\n", > safe_fname(f)); > } >- } else { >- int mode = local_file_list->files[i]->mode; >+ } else > delete_one(f, S_ISDIR(mode) != 0); >- } > deletion_count++; > } > }
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 1412
:
531
| 866