]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix IDL for netr_LogonControl2.
authorGünther Deschner <gd@samba.org>
Wed, 13 Feb 2008 11:29:24 +0000 (12:29 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 13 Feb 2008 13:19:56 +0000 (14:19 +0100)
Guenther

source/librpc/idl/netlogon.idl

index ae16884896021b6e6e688f11415569a4f485b00a..25118bc816d3b30730e3138fabf9e30d58981933 100644 (file)
@@ -834,7 +834,7 @@ interface netlogon
                [in,unique] [string,charset(UTF16)] uint16 *logon_server,
                [in]    uint32 function_code,
                [in]    uint32 level,
-               [in][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION  data,
+               [in,ref][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION  *data,
                [out,ref][switch_is(level)]        netr_CONTROL_QUERY_INFORMATION *query
                );