From cc3ec6ac65eab8c955cd17f3d4bdf58d6fcc22be Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 5 Mar 2008 10:32:04 +0100 Subject: [PATCH] Fix IDL for srvsvc_NetRemoteTOD(). Guenther --- source/librpc/idl/srvsvc.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/librpc/idl/srvsvc.idl b/source/librpc/idl/srvsvc.idl index 1682fde5d6f..4ad7bebdbd6 100644 --- a/source/librpc/idl/srvsvc.idl +++ b/source/librpc/idl/srvsvc.idl @@ -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 ); /**************************/ -- 2.11.4.GIT