diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/drs/rpc/msds_intid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/drs/rpc/msds_intid.c b/source4/torture/drs/rpc/msds_intid.c index 2b2fa5e10d..a6e7dc503c 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"); } |