The Samba-Bugzilla – Attachment 741 Details for
Bug 1382
smbclient with recurse-on, dir/ls both fail in V3.04.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch undoing this changes in client.c
recurse-ls.patch (text/plain), 600 bytes, created by
Andy Crook
on 2004-10-22 01:25:39 UTC
(
hide
)
Description:
patch undoing this changes in client.c
Filename:
MIME Type:
Creator:
Andy Crook
Created:
2004-10-22 01:25:39 UTC
Size:
600 bytes
patch
obsolete
>diff -ur samba-3.0.7/source/client/client.c samba-3.0.7.patched/source/client/client.c >--- samba-3.0.7/source/client/client.c 2004-07-08 20:06:16.000000000 +0300 >+++ samba-3.0.7.patched/source/client/client.c 2004-10-21 20:20:31.942964248 +0300 >@@ -577,13 +577,9 @@ > int rc; > > dir_total = 0; >- if (strcmp(cur_dir, "\\") != 0) { >- pstrcpy(mask,cur_dir); >- if(mask[strlen(mask)-1]!='\\') >- pstrcat(mask,"\\"); >- } else { >- *mask = '\0'; >- } >+ pstrcpy(mask,cur_dir); >+ if(mask[strlen(mask)-1]!='\\') >+ pstrcat(mask,"\\"); > > if (next_token_nr(NULL,buf,NULL,sizeof(buf))) { > dos_format(p);
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 1382
: 741