The branch, v3-2-ctdb has been updated
       via  6ce95ce265202fa94b71af1ec41a01f5554bee36 (commit)
      from  33d12f632e840be3865fb9602cf3aa01bffb413c (commit)

http://gitweb.samba.org/?p=obnox/samba-ctdb.git;a=shortlog;h=v3-2-ctdb


- Log -----------------------------------------------------------------
commit 6ce95ce265202fa94b71af1ec41a01f5554bee36
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

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

Summary of changes:
 source/lib/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/util.c b/source/lib/util.c
index b913775..9591b73 100644
--- a/source/lib/util.c
+++ b/source/lib/util.c
@@ -2669,7 +2669,7 @@ bool parent_dirname_talloc(TALLOC_CTX *mem_ctx, const 
char *dir,
                        return False;
                }
                if (name) {
-                       *name = "";
+                       *name = dir;
                }
                return True;
        }


-- 
SAMBA-CTDB repository

Reply via email to