summaryrefslogtreecommitdiff
path: root/source4/torture/ndr/winreg.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-20 15:47:46 +0200
committerGünther Deschner <gd@samba.org>2008-10-20 15:47:46 +0200
commit61db229c08a601780da09ee4f2f4f1eb32ec3aa0 (patch)
tree31662876c8e63ea5193f19fe0774687f99450d85 /source4/torture/ndr/winreg.c
parent93e52145a887b1865d41ae5272047423bbfb33b3 (diff)
downloadsamba-61db229c08a601780da09ee4f2f4f1eb32ec3aa0.tar.gz
samba-61db229c08a601780da09ee4f2f4f1eb32ec3aa0.tar.bz2
samba-61db229c08a601780da09ee4f2f4f1eb32ec3aa0.zip
s4: fix the build after winreg idl changes.
Guenther
Diffstat (limited to 'source4/torture/ndr/winreg.c')
-rw-r--r--source4/torture/ndr/winreg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/ndr/winreg.c b/source4/torture/ndr/winreg.c
index de804b7721..60a3230d25 100644
--- a/source4/torture/ndr/winreg.c
+++ b/source4/torture/ndr/winreg.c
@@ -417,7 +417,7 @@ static bool queryinfokey_out_check(struct torture_context *tctx, struct winreg_Q
torture_assert_str_equal(tctx, r->out.classname->name, "", "class out name");
torture_assert_int_equal(tctx, *r->out.num_subkeys, 0, "num subkeys");
torture_assert_int_equal(tctx, *r->out.max_subkeylen, 0, "subkey length");
- torture_assert_int_equal(tctx, *r->out.max_classlen, 140, "subkey size");
+ torture_assert_int_equal(tctx, *r->out.max_subkeysize, 140, "subkey size");
torture_assert_werr_ok(tctx, r->out.result, "return code");
return true;
}