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

Jeremy Allison jra at samba.org
Tue Sep 16 01:27:37 GMT 2008


The branch, v3-3-test has been updated
       via  cfcf1d697f4a88ec6e46d3736476639712bb0e90 (commit)
      from  02613c6ef0cf2eee69a48dff4c29cb1266abbfe3 (commit)

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


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

    Fix display of POSIX ACLs.

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

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


Changeset truncated at 500 lines:

diff --git a/source/client/client.c b/source/client/client.c
index bcd3324..f5207e4 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -3036,7 +3036,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::");
@@ -3073,7 +3073,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