s4-smbtorture: fix incorrect IDL for QueryMultipleValue (aka RVALENT).
authorGünther Deschner <gd@samba.org>
Tue, 29 Jun 2010 21:10:47 +0000 (23:10 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 29 Jun 2010 21:10:47 +0000 (23:10 +0200)
Found by torture test.

Guenther

librpc/idl/winreg.idl

index 784cb33e2821a41dc96c46fc4e333cba1950dd54..c3e5279efab492c104be80ee4d216e1b6435a2f7 100644 (file)
@@ -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;