The Samba-Bugzilla – Attachment 9862 Details for
Bug 8308
rsync: exclude.c:532: change_local_filter_dir: Assertion `dir_depth < 4096/2+1' failed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Don't pass an inactive dir to change_local_filter_dir()
prune-fix.patch (text/plain), 335 bytes, created by
Wayne Davison
on 2014-04-20 21:10:54 UTC
(
hide
)
Description:
Don't pass an inactive dir to change_local_filter_dir()
Filename:
MIME Type:
Creator:
Wayne Davison
Created:
2014-04-20 21:10:54 UTC
Size:
335 bytes
patch
obsolete
>--- a/generator.c >+++ b/generator.c >@@ -359,7 +359,8 @@ static void do_delete_pass(void) > f_name(file, fbuf); > > if (!(file->flags & FLAG_CONTENT_DIR)) { >- change_local_filter_dir(fbuf, strlen(fbuf), F_DEPTH(file)); >+ if (F_IS_ACTIVE(file)) >+ change_local_filter_dir(fbuf, strlen(fbuf), F_DEPTH(file)); > continue; > } >
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 8308
:
9862
|
9863
|
9864