diff options
author | Günther Deschner <gd@samba.org> | 2008-10-28 02:25:30 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-29 08:57:27 +0100 |
commit | 4f6264b66c0e9f8d863ee547cc5902d35a0826de (patch) | |
tree | 96848ca5566d9b5c18d22614f3f8032bfe32c08b /source4/librpc/idl | |
parent | 359927dd34e83875acd197b1b3e232693d8c66f5 (diff) | |
download | samba-4f6264b66c0e9f8d863ee547cc5902d35a0826de.tar.gz samba-4f6264b66c0e9f8d863ee547cc5902d35a0826de.tar.bz2 samba-4f6264b66c0e9f8d863ee547cc5902d35a0826de.zip |
s4-netlogon: merge netr_LogonGetDomainInfo from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 33b3c815ec..7cb83b3d69 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -1237,7 +1237,7 @@ interface netlogon [in,out,ref] netr_Authenticator *return_authenticator, [in] uint32 level, [in,switch_is(level)] netr_DomainQuery query, - [out,switch_is(level)] netr_DomainInfo info + [out,ref,switch_is(level)] netr_DomainInfo *info ); typedef [flag(NDR_PAHEX)] struct { |