[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3993-g352f875

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


The branch, v3-3-test has been updated
       via  352f8753586f594f4262b3cab988854de393ad97 (commit)
      from  535d6a458d9cd6f800b1cdc5681be02b844d5cd5 (commit)

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


- Log -----------------------------------------------------------------
commit 352f8753586f594f4262b3cab988854de393ad97
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Sep 11 17:31:00 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 7bc18ae..bcd3324 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