summaryrefslogtreecommitdiff
path: root/source4/torture/drs
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2011-01-09 11:38:53 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2011-01-12 19:52:19 +0100
commita26a48934df146bbd1fe48dabdad1656cca8713a (patch)
tree2e565a5660bf0bc19e61ba765f391ce7b62b555a /source4/torture/drs
parent90db6a793ad368690b178e5c170c05be79aaa884 (diff)
downloadsamba-a26a48934df146bbd1fe48dabdad1656cca8713a.tar.gz
samba-a26a48934df146bbd1fe48dabdad1656cca8713a.tar.bz2
samba-a26a48934df146bbd1fe48dabdad1656cca8713a.zip
torture:drs/rpc/msds_intid.c - proof for the correct "intId"
"drs_attr" is uninitialised in this loop
Diffstat (limited to 'source4/torture/drs')
-rw-r--r--source4/torture/drs/rpc/msds_intid.c2
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 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))