The Samba-Bugzilla – Attachment 1187 Details for
Bug 2663
Improper timestamps set in cli_setattrE and cli_setatr
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for clifile.c
clifilepatch (text/plain), 352 bytes, created by
Satwik Hebbar
on 2005-04-27 23:57:16 UTC
(
hide
)
Description:
Patch for clifile.c
Filename:
MIME Type:
Creator:
Satwik Hebbar
Created:
2005-04-27 23:57:16 UTC
Size:
352 bytes
patch
obsolete
>--- clifile.c.old 2005-04-28 12:29:44.000000000 +0530 >+++ clifile.c 2005-04-27 22:55:42.000000000 +0530 >@@ -1225,7 +1225,8 @@ > cli_setup_packet(cli); > > SSVAL(cli->outbuf,smb_vwv0, attr); >- put_dos_date3(cli->outbuf,smb_vwv1, t); >+ //put_dos_date3(cli->outbuf,smb_vwv1, t); >+ SIVAL(cli->outbuf,smb_vwv1, t); > > p = smb_buf(cli->outbuf); > *p++ = 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 2663
:
1186
| 1187