[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Wed Aug 17 08:47:01 MDT 2011


The branch, master has been updated
       via  fe66abd Adapt del_sid_from_array to Samba coding style
       via  e5a6d4c Fix a typo
      from  3c0b882 s3: Next step to fix MIT trusts

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


- Log -----------------------------------------------------------------
commit fe66abd6ff3387a94c5e5d3f5f1f10d452f6d603
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Aug 17 14:10:15 2011 +0200

    Adapt del_sid_from_array to Samba coding style
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Wed Aug 17 16:46:24 CEST 2011 on sn-devel-104

commit e5a6d4cdb693ea72389b8dd523c642716c87a6e3
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Aug 17 14:09:10 2011 +0200

    Fix a typo

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

Summary of changes:
 libcli/security/util_sid.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libcli/security/util_sid.c b/libcli/security/util_sid.c
index 0f95fbb..84ac0f1 100644
--- a/libcli/security/util_sid.c
+++ b/libcli/security/util_sid.c
@@ -335,10 +335,11 @@ void del_sid_from_array(const struct dom_sid *sid, struct dom_sid **sids,
 	}
 
 	/* This loop will copy the remainder of the array
-	   if i < num of sids ni the array */
+	   if i < num of sids in the array */
 
-	for ( ; i<*num; i++ )
+	for ( ; i<*num; i++ ) {
 		sid_copy( &sid_list[i], &sid_list[i+1] );
+	}
 
 	return;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list