The branch, v3-4-test has been updated
       via  ebe56e6872228fcbd81ead598eb2c5b1738b7f4c (commit)
       via  8446843ec43cd61e548dda7032f26020240d872d (commit)
      from  7c0f1fd01ba355f234f411426b00285c824691b2 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit ebe56e6872228fcbd81ead598eb2c5b1738b7f4c
Author: Karolin Seeger <ksee...@samba.org>
Date:   Fri Jul 3 09:47:32 2009 +0200

    WHATSNEW: Update changes.
    
    Karolin

commit 8446843ec43cd61e548dda7032f26020240d872d
Author: Stefan Metzmacher <me...@samba.org>
Date:   Tue Jun 30 16:03:11 2009 +0200

    s3:util: let parent_dirname() correctly return toplevel filenames
    
    metze
    (cherry picked from commit a14efbadd53ac9678d75e6029f947d63cfa0c4e5)
    
    Signed-off-by: Stefan Metzmacher <me...@samba.org>
    
    This addresses bug #6526.

-----------------------------------------------------------------------

Summary of changes:
 WHATSNEW.txt       |    4 ++++
 source3/lib/util.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 27f161c..68c8b9e 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -237,6 +237,10 @@ o    Jim McDonough <j...@samba.org>
        not.
 
 
+o    Stefan Metzmacher <me...@samba.org>
+     * BUG 6526: Fix notifies in the share root directory.
+
+
 o    Bo Yang <boy...@samba.org>
      * BUG 6499: Fix building of pam_smbpass.
 
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 822b0cf..61a73e6 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -2336,7 +2336,7 @@ bool parent_dirname(TALLOC_CTX *mem_ctx, const char *dir, 
char **parent,
                        return False;
                }
                if (name) {
-                       *name = "";
+                       *name = dir;
                }
                return True;
        }


-- 
Samba Shared Repository

Reply via email to