diff options
author | Günther Deschner <gd@samba.org> | 2008-10-28 19:03:50 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-29 08:57:31 +0100 |
commit | f285af63676e4bafc9f136f8181c5856d2851d45 (patch) | |
tree | ac6d2d8e691c15f4d140baf6d55c34b4ba32453f /source3 | |
parent | 0de8811a59258774a1df3756b7071c0b4a2f2902 (diff) | |
download | samba-f285af63676e4bafc9f136f8181c5856d2851d45.tar.gz samba-f285af63676e4bafc9f136f8181c5856d2851d45.tar.bz2 samba-f285af63676e4bafc9f136f8181c5856d2851d45.zip |
s4-netlogon: merge netr_LogonSamLogon{Ex,WithFlags} from s3 idl.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index d6c3bd4374..4980a3e151 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -1460,7 +1460,7 @@ interface netlogon [in,unique] netr_Authenticator *credential, [in,out,unique] netr_Authenticator *return_authenticator, [in] netr_LogonInfoClass logon_level, - [in] [switch_is(logon_level)] netr_LogonLevel logon, + [in,ref] [switch_is(logon_level)] netr_LogonLevel *logon, [in] uint16 validation_level, [out,ref] [switch_is(validation_level)] netr_Validation *validation, [out,ref] uint8 *authoritative, |