The Samba-Bugzilla – Attachment 4697 Details for
Bug 6529
Offline files conflict with Vista and Office 2003
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am format patch for 3.4.2 (in addition to existing pushed fix).
0001-Last-part-of-bug-6529-for-3.4.2-only.patch (text/plain), 884 bytes, created by
Jeremy Allison
on 2009-09-15 16:01:15 UTC
(
hide
)
Description:
git-am format patch for 3.4.2 (in addition to existing pushed fix).
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2009-09-15 16:01:15 UTC
Size:
884 bytes
patch
obsolete
>From bed551bf1d8366567cadccdf4e6b8aeed087dca4 Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Tue, 15 Sep 2009 13:57:26 -0700 >Subject: [PATCH] Last part of bug 6529 for 3.4.2 only. > Make sure we still set the time resolution correctly on Darwin. > Jeremy > >--- > source3/modules/vfs_default.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c >index 0a66531..f16cd46 100644 >--- a/source3/modules/vfs_default.c >+++ b/source3/modules/vfs_default.c >@@ -103,7 +103,7 @@ static uint32_t vfswrap_fs_capabilities(struct vfs_handle_struct *handle) > struct vfs_statvfs_struct statbuf; > ZERO_STRUCT(statbuf); > sys_statvfs(handle->conn->connectpath, &statbuf); >- return statbuf.FsCapabilities; >+ caps = statbuf.FsCapabilities; > #endif > > conn->ts_res = TIMESTAMP_SET_SECONDS; >-- >1.6.0.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 6529
:
4390
|
4587
|
4588
|
4589
|
4590
|
4591
|
4592
|
4593
|
4594
|
4651
|
4652
|
4669
|
4670
|
4684
|
4685
|
4692
| 4697 |
4698