The Samba-Bugzilla – Attachment 1121 Details for
Bug 2533
DIR command not working properly in OS/2 DOSBOX and Win98 DOS app fails to run
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch.
look (text/plain), 533 bytes, created by
Jeremy Allison
on 2005-03-25 12:49:29 UTC
(
hide
)
Description:
Proposed patch.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2005-03-25 12:49:29 UTC
Size:
533 bytes
patch
obsolete
>Index: smbd/reply.c >=================================================================== >--- smbd/reply.c (revision 6062) >+++ smbd/reply.c (working copy) >@@ -1090,7 +1090,10 @@ > > if (Protocol >= PROTOCOL_NT1) > SSVAL(outbuf,smb_flg2,SVAL(outbuf, smb_flg2) | FLAGS2_IS_LONG_NAME); >- >+ >+ /* This SMB *always* returns ASCII names. Remove the unicode bit in flags2. */ >+ SSVAL(outbuf,smb_flg2, (SVAL(outbuf, smb_flg2) & (~FLAGS2_UNICODE_STRINGS))); >+ > outsize += DIR_STRUCT_SIZE*numentries; > smb_setlen(outbuf,outsize - 4); >
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 2533
:
1101
|
1102
|
1103
|
1104
|
1110
| 1121