[SCM] Samba Shared Repository - branch master updated

Kamen Mazdrashki kamenim at samba.org
Sun Oct 24 14:46:02 MDT 2010


The branch, master has been updated
       via  9e7bcaa s4-test: Print correct partition DN in msDSIntId test
      from  7b3dbbd s4:dsdb - remove some calls of "samdb_msg_add_string" when we have talloc'ed strings

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


- Log -----------------------------------------------------------------
commit 9e7bcaab2dc9a73c8251431fa4573d1d1ba32561
Author: Kamen Mazdrashki <kamenim at samba.org>
Date:   Sat Oct 9 06:04:52 2010 +0300

    s4-test: Print correct partition DN in msDSIntId test
    
    Autobuild-User: Kamen Mazdrashki <kamenim at samba.org>
    Autobuild-Date: Sun Oct 24 20:45:21 UTC 2010 on sn-devel-104

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

Summary of changes:
 source4/torture/drs/rpc/msds_intid.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/drs/rpc/msds_intid.c b/source4/torture/drs/rpc/msds_intid.c
index 2b2fa5e..a6e7dc5 100644
--- a/source4/torture/drs/rpc/msds_intid.c
+++ b/source4/torture/drs/rpc/msds_intid.c
@@ -580,7 +580,7 @@ static bool test_dsintid_domain(struct torture_context *tctx, struct DsIntIdTest
 	torture_assert(tctx, mem_ctx, "Not enough memory");
 
 	/* fetch whole Schema partition */
-	torture_comment(tctx, "Fetch partition: %s\n", ctx->schema_dn);
+	torture_comment(tctx, "Fetch partition: %s\n", ctx->domain_dn);
 	if (!_test_GetNCChanges(tctx, &ctx->dsa_bind, ctx->domain_dn, mem_ctx, &ctr6)) {
 		torture_fail(tctx, "_test_GetNCChanges() failed");
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list