Fix IDL for srvsvc_NetShareInfo502. It does indeed contain a sec_desc_buf.
authorGünther Deschner <gd@samba.org>
Mon, 31 Mar 2008 21:52:36 +0000 (23:52 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 31 Mar 2008 22:26:32 +0000 (00:26 +0200)
Guenther

source/librpc/idl/srvsvc.idl

index 91d8ab37ef3886f4116a752c1b405cc4e38e4fe6..0bbd24a5dd18cfc9671fffecaf567052eb814c45 100644 (file)
@@ -467,9 +467,7 @@ import "security.idl", "svcctl.idl";
                uint32 current_users;
                [string,charset(UTF16)] uint16 *path;
                [string,charset(UTF16)] uint16 *password;
-               /* maybe here is a struct sec_desc_buf following */
-               uint32 unknown;
-               [subcontext(4)] security_descriptor *sd;
+               sec_desc_buf sd_buf;
        } srvsvc_NetShareInfo502;
 
        typedef struct {