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))); } }