The Samba-Bugzilla – Attachment 805 Details for
Bug 1729
file modtimes can get stale
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for smbd/trans2.c
trans2_patch.txt (text/plain), 821 bytes, created by
Sarah Livne
on 2004-11-23 05:48:34 UTC
(
hide
)
Description:
Patch for smbd/trans2.c
Filename:
MIME Type:
Creator:
Sarah Livne
Created:
2004-11-23 05:48:34 UTC
Size:
821 bytes
patch
obsolete
>Index: trans2.c >=================================================================== >RCS file: /disksites/repository/third_party/samba/samba/source/smbd/trans2.c,v >retrieving revision 1.5 >diff -u -p -r1.5 trans2.c >--- trans2.c 22 Nov 2004 07:59:30 -0000 1.5 >+++ trans2.c 23 Nov 2004 12:32:49 -0000 >@@ -2322,6 +2322,12 @@ static int call_trans2qfilepathinfo(conn > pos = fsp->position_information; > delete_pending = fsp->delete_on_close; > desired_access = fsp->desired_access; >+ if (fsp->pending_modtime) { >+ DEBUG(3,("pending_modtime (%s) overriding st_mtime (%s)\n", >+ ctime (&fsp->pending_modtime), >+ ctime (&sbuf.st_mtime))); >+ sbuf.st_mtime = fsp->pending_modtime; >+ } > } > } else { > NTSTATUS status = NT_STATUS_OK;
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 1729
: 805