[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-788-gdac8aab

Andrew Bartlett abartlet at samba.org
Tue Aug 4 00:12:10 MDT 2009


The branch, master has been updated
       via  dac8aabb551f9a4345dedb0b6ae0dcb9ffb1bad9 (commit)
      from  d7b39a353ab757d7f7914d08226114fc275032e8 (commit)

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


- Log -----------------------------------------------------------------
commit dac8aabb551f9a4345dedb0b6ae0dcb9ffb1bad9
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Aug 4 16:11:55 2009 +1000

    Add const

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

Summary of changes:
 source4/lib/ldb-samba/ldif_handlers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb-samba/ldif_handlers.c b/source4/lib/ldb-samba/ldif_handlers.c
index 606d4df..2d3d2b9 100644
--- a/source4/lib/ldb-samba/ldif_handlers.c
+++ b/source4/lib/ldb-samba/ldif_handlers.c
@@ -327,7 +327,7 @@ static int ldif_read_ntSecurityDescriptor(struct ldb_context *ldb, void *mem_ctx
 	if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {
 		/* If this does not parse, then it is probably SDDL, and we should try it that way */
 		
-		struct dom_sid *sid = samdb_domain_sid(ldb);
+		const struct dom_sid *sid = samdb_domain_sid(ldb);
 		talloc_free(sd);
 		sd = sddl_decode(mem_ctx, (const char *)in->data, sid);
 		if (sd == NULL) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list