1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Fix IDL for netr_LogonControl2.

Guenther
(This used to be commit d16af5105d)
This commit is contained in:
Günther Deschner 2008-02-13 12:29:24 +01:00
parent 4140f3213d
commit 24aeb67d5c

View 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
);