The Samba-Bugzilla – Attachment 4396 Details for
Bug 6526
Notifies in the share root directory are reported wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for v3-2
0001-v3-2-s3-util-let-parent_dirname-correctly-return-tople.patch (text/plain), 779 bytes, created by
Stefan Metzmacher
on 2009-07-02 23:12:29 UTC
(
hide
)
Description:
Patch for v3-2
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2009-07-02 23:12:29 UTC
Size:
779 bytes
patch
obsolete
>From a14efbadd53ac9678d75e6029f947d63cfa0c4e5 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Tue, 30 Jun 2009 16:03:11 +0200 >Subject: [PATCH] s3:util: let parent_dirname() correctly return toplevel filenames > >metze >(cherry picked from commit a14efbadd53ac9678d75e6029f947d63cfa0c4e5) > >Signed-off-by: Stefan Metzmacher <metze@samba.org> >--- > source/lib/util.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source/lib/util.c b/source/lib/util.c >index c0bb042..77af939 100644 >--- a/source/lib/util.c >+++ b/source/lib/util.c >@@ -2285,7 +2285,7 @@ bool parent_dirname(TALLOC_CTX *mem_ctx, const char *dir, char **parent, > return False; > } > if (name) { >- *name = ""; >+ *name = dir; > } > return True; > } >-- >1.5.4.3 >
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
Flags:
vl
:
review+
Actions:
View
Attachments on
bug 6526
:
4394
|
4395
| 4396