diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 15:18:26 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 15:18:26 +0200 |
commit | 78ad8fc8aa6fb50ec245f213362bc2b21ddfad84 (patch) | |
tree | 1cacd5e8904e6afeef005ae7a8cdbb3612ef9059 /source4 | |
parent | ca9e118d7e533be613259b8e49bd4c92e31d5274 (diff) | |
parent | b54b8912e10af2ca1f64aca8e2cc9538b39f7393 (diff) | |
download | samba-78ad8fc8aa6fb50ec245f213362bc2b21ddfad84.tar.gz samba-78ad8fc8aa6fb50ec245f213362bc2b21ddfad84.tar.bz2 samba-78ad8fc8aa6fb50ec245f213362bc2b21ddfad84.zip |
Merge branch 'master' of git://git.samba.org/samba
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 23e81c1966..1a164e398f 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -46,7 +46,7 @@ interface netlogon [in,unique] [string,charset(UTF16)] uint16 *server_name, [in] [string,charset(UTF16)] uint16 account_name[], [in] [string,charset(UTF16)] uint16 workstation[], - [out,unique] netr_UasInfo *info + [out,ref] netr_UasInfo *info ); @@ -62,7 +62,7 @@ interface netlogon [in,unique] [string,charset(UTF16)] uint16 *server_name, [in] [string,charset(UTF16)] uint16 account_name[], [in] [string,charset(UTF16)] uint16 workstation[], - [out] netr_UasLogoffInfo info + [out,ref] netr_UasLogoffInfo *info ); @@ -883,7 +883,7 @@ interface netlogon WERROR netr_LogonControl2( [in,unique] [string,charset(UTF16)] uint16 *logon_server, - [in] uint32 function_code, + [in] netr_LogonControlCode function_code, [in] uint32 level, [in][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION data, [out][switch_is(level)] netr_CONTROL_QUERY_INFORMATION query |