1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

Fix IDL for srvsvc_NetRemoteTOD().

Guenther
(This used to be commit cc3ec6ac65eab8c955cd17f3d4bdf58d6fcc22be)
This commit is contained in:
Günther Deschner 2008-03-05 10:32:04 +01:00
parent c6c67005a8
commit a7b00be766

View File

@ -1299,7 +1299,7 @@ import "security.idl", "svcctl.idl";
/* Function: 0x1c */
WERROR srvsvc_NetRemoteTOD(
[in,unique] [string,charset(UTF16)] uint16 *server_unc,
[out,unique] srvsvc_NetRemoteTODInfo *info
[out,ref] srvsvc_NetRemoteTODInfo **info
);
/**************************/