The Samba-Bugzilla – Attachment 3091 Details for
Bug 5182
-r --include= --exclude= broken for version>=3.0.0pre5?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix
fix-5182.diff (text/plain), 442 bytes, created by
Matt McCutchen
on 2008-01-09 11:57:48 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Matt McCutchen
Created:
2008-01-09 11:57:48 UTC
Size:
442 bytes
patch
obsolete
>diff --git a/flist.c b/flist.c >index 960e6a1..81fa2de 100644 >--- a/flist.c >+++ b/flist.c >@@ -1830,7 +1830,7 @@ struct file_list *send_file_list(int f, int argc, char *argv[]) > } else if (!len || fbuf[len - 1] == '/') { > if (len == 2 && fbuf[0] == '.') { > /* Turn "./" into just "." rather than "./." */ >- fbuf[1] = '\0'; >+ fbuf[--len] = '\0'; > } else { > if (len + 1 >= MAXPATHLEN) > overflow_exit("send_file_list");
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 5182
: 3091