summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-09 14:44:38 +0200
committerGünther Deschner <gd@samba.org>2010-04-09 14:46:28 +0200
commita21be5fc1b9777089506f6580a776b20f31041a2 (patch)
treef59c3f0ab9cbf2e6536a82efbcf24c5136fbd31f /source4/torture
parent673ca041140d56dbe1b1f840af3a9f51e72d140b (diff)
downloadsamba-a21be5fc1b9777089506f6580a776b20f31041a2.tar.gz
samba-a21be5fc1b9777089506f6580a776b20f31041a2.tar.bz2
samba-a21be5fc1b9777089506f6580a776b20f31041a2.zip
s4-smbtorture: fix build after winreg IDL renames, sorry..
Guenther
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/spoolss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c
index 1f6153c1c4..59f2b5fa07 100644
--- a/source4/torture/rpc/spoolss.c
+++ b/source4/torture/rpc/spoolss.c
@@ -3702,7 +3702,7 @@ static bool test_winreg_OpenKey(struct torture_context *tctx,
r.in.parent_handle = hive_handle;
init_winreg_String(&r.in.keyname, keyname);
- r.in.options = REG_KEYTYPE_NON_VOLATILE;
+ r.in.options = REG_OPTION_NON_VOLATILE;
r.in.access_mask = SEC_FLAG_MAXIMUM_ALLOWED;
r.out.handle = key_handle;