From: Günther Deschner Date: Wed, 5 Mar 2008 09:32:04 +0000 (+0100) Subject: Fix IDL for srvsvc_NetRemoteTOD(). X-Git-Tag: samba-3.3.0pre1~3436^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc3ec6ac65eab8c955cd17f3d4bdf58d6fcc22be;p=thirdparty%2Fsamba.git Fix IDL for srvsvc_NetRemoteTOD(). Guenther --- 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 ); /**************************/