diff options
author | Günther Deschner <gd@samba.org> | 2010-04-09 14:44:38 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-09 14:46:28 +0200 |
commit | a21be5fc1b9777089506f6580a776b20f31041a2 (patch) | |
tree | f59c3f0ab9cbf2e6536a82efbcf24c5136fbd31f | |
parent | 673ca041140d56dbe1b1f840af3a9f51e72d140b (diff) | |
download | samba-a21be5fc1b9777089506f6580a776b20f31041a2.tar.gz samba-a21be5fc1b9777089506f6580a776b20f31041a2.tar.bz2 samba-a21be5fc1b9777089506f6580a776b20f31041a2.zip |
s4-smbtorture: fix build after winreg IDL renames, sorry..
Guenther
-rw-r--r-- | source4/torture/rpc/spoolss.c | 2 |
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; |