From a21be5fc1b9777089506f6580a776b20f31041a2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 9 Apr 2010 14:44:38 +0200 Subject: s4-smbtorture: fix build after winreg IDL renames, sorry.. Guenther --- source4/torture/rpc/spoolss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture') 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; -- cgit