[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-4145-ge695c1c

Jeremy Allison jra at samba.org
Fri Sep 12 00:32:59 GMT 2008


The branch, v3-devel has been updated
       via  e695c1cc2b715afd713595e8daa77910d9f04138 (commit)
      from  dbd5d6b145528527a614c6207d81a6c955e57461 (commit)

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


- Log -----------------------------------------------------------------
commit e695c1cc2b715afd713595e8daa77910d9f04138
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Sep 11 17:32:14 2008 -0700

    Use the given name, not the absolute pathname, when printing out ACL info.
    Make this match the non-ACL case.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/client/client.c b/source/client/client.c
index 38da525..1c05c40 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -528,7 +528,7 @@ static void display_finfo(file_info *finfo, const char *dir)
 			return;
 		}
 		/* print file meta date header */
-		d_printf( "FILENAME:%s\n", afname);
+		d_printf( "FILENAME:%s\n", finfo->name);
 		d_printf( "MODE:%s\n", attrib_string(finfo->mode));
 		d_printf( "SIZE:%.0f\n", (double)finfo->size);
 		d_printf( "MTIME:%s", time_to_asc(t));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list