mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Fix IDL for srvsvc_NetRemoteTOD().
Guenther
(This used to be commit cc3ec6ac65
)
This commit is contained in:
parent
c6c67005a8
commit
a7b00be766
@ -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
|
||||
);
|
||||
|
||||
/**************************/
|
||||
|
Loading…
Reference in New Issue
Block a user