The Samba-Bugzilla – Attachment 1078 Details for
Bug 2519
'smbclient' returns incomplete 'dir' listing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for fix breakage in cli_list_new()
look (text/plain), 722 bytes, created by
Gerald (Jerry) Carter (dead mail address)
on 2005-03-22 14:18:18 UTC
(
hide
)
Description:
patch for fix breakage in cli_list_new()
Filename:
MIME Type:
Creator:
Gerald (Jerry) Carter (dead mail address)
Created:
2005-03-22 14:18:18 UTC
Size:
722 bytes
patch
obsolete
>Index: libsmb/clilist.c >=================================================================== >--- libsmb/clilist.c (revision 5964) >+++ libsmb/clilist.c (working copy) >@@ -205,7 +205,7 @@ > SIVAL(param,6,0); /* ff_resume_key */ > /* NB. *DON'T* use continue here. If you do it seems that W2K and bretheren > can miss filenames. Use last filename continue instead. JRA */ >- SSVAL(param,4,(FLAG_TRANS2_FIND_REQUIRE_RESUME|FLAG_TRANS2_FIND_CLOSE_IF_END)); /* resume required + close on end */ >+ SSVAL(param,10,(FLAG_TRANS2_FIND_REQUIRE_RESUME|FLAG_TRANS2_FIND_CLOSE_IF_END)); /* resume required + close on end */ > p = param+12; > p += clistr_push(cli, param+12, mask, sizeof(param)-12, > STR_TERMINATE);
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 2519
:
1070
|
1071
|
1072
|
1073
|
1074
|
1075
|
1076
|
1077
| 1078