[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Thu Mar 10 17:30:02 MST 2011


The branch, master has been updated
       via  0726b29 s3:idmap_ldap: fix a few typos in a comment
      from  8953c7d s3-selftest: add another flaky s3-torture test to knownfail, this time OPLOCK4.

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


- Log -----------------------------------------------------------------
commit 0726b29e5967f2d3fba21b6556b4d8c102ab3621
Author: Michael Adam <obnox at samba.org>
Date:   Wed Mar 2 17:10:48 2011 +0100

    s3:idmap_ldap: fix a few typos in a comment
    
    and use the chance to reformat the comment properly...
    
    Autobuild-User: Michael Adam <obnox at samba.org>
    Autobuild-Date: Fri Mar 11 01:29:09 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/winbindd/idmap_ldap.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/idmap_ldap.c b/source3/winbindd/idmap_ldap.c
index 8444d01..aaac75f 100644
--- a/source3/winbindd/idmap_ldap.c
+++ b/source3/winbindd/idmap_ldap.c
@@ -513,9 +513,10 @@ static NTSTATUS idmap_ldap_db_init(struct idmap_domain *dom,
 		goto done;
 	}
 
-	/* set the destructor on the context, so that resource are properly
-	   freed if the contexts is released */
-
+	/*
+	 * Set the destructor on the context, so that resources are
+	 * properly freed when the context is released.
+	 */
 	talloc_set_destructor(ctx, idmap_ldap_close_destructor);
 
 	dom->private_data = ctx;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list