1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s4-test: Print correct partition DN in msDSIntId test

Autobuild-User: Kamen Mazdrashki <kamenim@samba.org>
Autobuild-Date: Sun Oct 24 20:45:21 UTC 2010 on sn-devel-104
This commit is contained in:
Kamen Mazdrashki 2010-10-09 06:04:52 +03:00
parent 7b3dbbde04
commit 9e7bcaab2d

View File

@ -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");
}