The Samba-Bugzilla – Attachment 17905 Details for
Bug 15385
vfs_shadow_copy2 bug with shadow:localtime=yes and shadow:snapprefix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch that solves the double local to GMT conversion
patch-source3_modules_vfs__shadow__copy2.c (text/x-csrc), 365 bytes, created by
Andrea Venturoli
on 2023-06-03 10:10:36 UTC
(
hide
)
Description:
Patch that solves the double local to GMT conversion
Filename:
MIME Type:
Creator:
Andrea Venturoli
Created:
2023-06-03 10:10:36 UTC
Size:
365 bytes
patch
obsolete
>--- source3/modules/vfs_shadow_copy2.c.orig 2023-06-02 17:16:07 UTC >+++ source3/modules/vfs_shadow_copy2.c >@@ -281,7 +281,7 @@ static ssize_t shadow_copy2_posix_gmt_string(struct vf > return -1; > } > } else { >- if (config->use_localtime) { >+ if (false) { > if (localtime_r(&snapshot, &snap_tm) == 0) { > DEBUG(10, ("gmtime_r failed\n")); > return -1;
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 15385
:
17905
|
17915
|
17916