[SCM] Samba Shared Repository - branch master updated - a664cf7658b5295547983984ded6467de109f318

Jeremy Allison jra at samba.org
Tue Sep 16 01:26:21 GMT 2008


The branch, master has been updated
       via  a664cf7658b5295547983984ded6467de109f318 (commit)
      from  a59618e88b361240331ce3179b0ac97c10050c03 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a664cf7658b5295547983984ded6467de109f318
Author: Timur <timur at FreeBSD.org>
Date:   Mon Sep 15 18:25:15 2008 -0700

    Fix display of POSIX ACLs.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/client/client.c b/source3/client/client.c
index 1c05c40..7af7d30 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -3038,7 +3038,7 @@ static int cmd_getfacl(void)
 				break;
 			case SMB_POSIX_ACL_GROUP:
 				uorg = IVAL(retbuf,SMB_POSIX_ACL_HEADER_SIZE+(i*SMB_POSIX_ACL_ENTRY_SIZE)+2);
-				d_printf("group:%u", uorg);
+				d_printf("group:%u:", uorg);
 				break;
 			case SMB_POSIX_ACL_MASK:
 				d_printf("mask::");
@@ -3075,7 +3075,7 @@ static int cmd_getfacl(void)
 				break;
 			case SMB_POSIX_ACL_GROUP:
 				uorg = IVAL(retbuf,SMB_POSIX_ACL_HEADER_SIZE+((i+num_file_acls)*SMB_POSIX_ACL_ENTRY_SIZE)+2);
-				d_printf("default:group:%u", uorg);
+				d_printf("default:group:%u:", uorg);
 				break;
 			case SMB_POSIX_ACL_MASK:
 				d_printf("default:mask::");


-- 
Samba Shared Repository


More information about the samba-cvs mailing list