diff options
author | Günther Deschner <gd@samba.org> | 2008-10-20 15:47:46 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-20 15:47:46 +0200 |
commit | 61db229c08a601780da09ee4f2f4f1eb32ec3aa0 (patch) | |
tree | 31662876c8e63ea5193f19fe0774687f99450d85 /source4/torture/ndr | |
parent | 93e52145a887b1865d41ae5272047423bbfb33b3 (diff) | |
download | samba-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')
-rw-r--r-- | source4/torture/ndr/winreg.c | 2 |
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; } |