From a26a48934df146bbd1fe48dabdad1656cca8713a Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sun, 9 Jan 2011 11:38:53 +0100 Subject: torture:drs/rpc/msds_intid.c - proof for the correct "intId" "drs_attr" is uninitialised in this loop --- source4/torture/drs/rpc/msds_intid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/torture/drs/rpc/msds_intid.c b/source4/torture/drs/rpc/msds_intid.c index 9fc141ff74..53f4992ba2 100644 --- a/source4/torture/drs/rpc/msds_intid.c +++ b/source4/torture/drs/rpc/msds_intid.c @@ -546,7 +546,7 @@ static bool test_dsintid_schema(struct torture_context *tctx, struct DsIntIdTest la->identifier)) if (dsdb_attr->msDS_IntId) { torture_assert(tctx, - drs_attr->attid != dsdb_attr->msDS_IntId, + la->attid != dsdb_attr->msDS_IntId, _make_error_message(ctx, la->attid, dsdb_attr, la->identifier)) -- cgit