The Samba-Bugzilla – Attachment 870 Details for
Bug 2194
recycle touch fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for recycle's touch fetaure
recycle-touchfix.diff (text/plain), 485 bytes, created by
Björn Jacke
on 2004-12-27 07:14:36 UTC
(
hide
)
Description:
fix for recycle's touch fetaure
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2004-12-27 07:14:36 UTC
Size:
485 bytes
patch
obsolete
>Fix to make recycle:touch work correctly > >--- source/modules/vfs_recycle.c 2004-12-15 10:13:28.718423572 +0100 >+++ source/modules/vfs_recycle.c 2004-12-15 10:13:51.173221311 +0100 >@@ -312,7 +312,7 @@ > tb.actime = currtime; > tb.modtime = st.st_mtime; > >- if (SMB_VFS_NEXT_UTIME(handle, handle->conn, fname, &tb) == -1 ) { >+ if (SMB_VFS_NEXT_UTIME(handle, handle->conn, fname, NULL) == -1 ) { > DEBUG(0, ("recycle: touching %s failed, reason = %s\n", fname, strerror(errno))); > } > }
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 2194
: 870