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

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


The branch, v3-2-test has been updated
       via  1ca6239b9f67caafed50db5f284df00c5988ba03 (commit)
      from  71d00ef2888834ebed2a387a111a95bac1d227ad (commit)

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


- Log -----------------------------------------------------------------
commit 1ca6239b9f67caafed50db5f284df00c5988ba03
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Sep 11 17:31:36 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 2497138..9446c27 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