diff options
author | Günther Deschner <gd@samba.org> | 2008-03-05 10:32:04 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-03-05 10:32:04 +0100 |
commit | a7b00be7666d5423cc4b41dbe8ecd5667f41d5bb (patch) | |
tree | 3a22af054e41ef875e321e82762f0dc9236a2c42 | |
parent | c6c67005a820fd20afd0674d9b8f529450f0e1ae (diff) | |
download | samba-a7b00be7666d5423cc4b41dbe8ecd5667f41d5bb.tar.gz samba-a7b00be7666d5423cc4b41dbe8ecd5667f41d5bb.tar.bz2 samba-a7b00be7666d5423cc4b41dbe8ecd5667f41d5bb.zip |
Fix IDL for srvsvc_NetRemoteTOD().
Guenther
(This used to be commit cc3ec6ac65eab8c955cd17f3d4bdf58d6fcc22be)
-rw-r--r-- | source3/librpc/idl/srvsvc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/srvsvc.idl b/source3/librpc/idl/srvsvc.idl index 1682fde5d6..4ad7bebdbd 100644 --- a/source3/librpc/idl/srvsvc.idl +++ b/source3/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 ); /**************************/ |