[SCM] Samba Shared Repository - branch master updated
Günther Deschner
gd at samba.org
Tue Jun 29 15:11:51 MDT 2010
The branch, master has been updated
via cc8d6d9... s4-smbtorture: fix incorrect IDL for QueryMultipleValue (aka RVALENT).
from 1fb8e19... s4-smbtorture: add more sophisticated tests for winreg_QueryMultipleValues{2}.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit cc8d6d99df7f13e5396ec3d8e4943511cbe20cc3
Author: Günther Deschner <gd at samba.org>
Date: Tue Jun 29 23:10:47 2010 +0200
s4-smbtorture: fix incorrect IDL for QueryMultipleValue (aka RVALENT).
Found by torture test.
Guenther
-----------------------------------------------------------------------
Summary of changes:
librpc/idl/winreg.idl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/librpc/idl/winreg.idl b/librpc/idl/winreg.idl
index 784cb33..c3e5279 100644
--- a/librpc/idl/winreg.idl
+++ b/librpc/idl/winreg.idl
@@ -373,7 +373,7 @@ import "lsa.idl", "security.idl", "misc.idl";
typedef struct {
winreg_ValNameBuf *ve_valuename;
uint32 ve_valuelen;
- uint32 *ve_valueptr;
+ uint32 ve_valueptr;
winreg_Type ve_type;
} QueryMultipleValue;
--
Samba Shared Repository
More information about the samba-cvs
mailing list