The Samba-Bugzilla – Attachment 17916 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]
Fixed patch
patch-source3_modules_vfs__shadow__copy2.c (text/plain), 411 bytes, created by
Andrea Venturoli
on 2023-06-13 12:07:15 UTC
(
hide
)
Description:
Fixed patch
Filename:
MIME Type:
Creator:
Andrea Venturoli
Created:
2023-06-13 12:07:15 UTC
Size:
411 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 (config->use_localtime && priv->snaps->regex == NULL) { > 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