[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri Apr 9 06:46:35 MDT 2010


The branch, master has been updated
       via  a21be5f... s4-smbtorture: fix build after winreg IDL renames, sorry..
      from  673ca04... s4-build: Fix autoconf build (net_machinepw.c is no longer present)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a21be5fc1b9777089506f6580a776b20f31041a2
Author: Günther Deschner <gd at samba.org>
Date:   Fri Apr 9 14:44:38 2010 +0200

    s4-smbtorture: fix build after winreg IDL renames, sorry..
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/rpc/spoolss.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c
index 1f6153c..59f2b5f 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;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list