From 6957109e8deb5e6761195c1e69b2b1514ff5b788 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 28 Jan 2011 14:18:31 +0100 Subject: s4-smbtorture: add NDR tests for netr_LogonSamLogon. Guenther --- librpc/idl/netlogon.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/idl/netlogon.idl') diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 6818a50003..ca974a6c86 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -302,7 +302,7 @@ interface netlogon time_t timestamp; } netr_Authenticator; - NTSTATUS netr_LogonSamLogon( + [public] NTSTATUS netr_LogonSamLogon( [in,unique] [string,charset(UTF16)] uint16 *server_name, [in,unique] [string,charset(UTF16)] uint16 *computer_name, [in,unique] netr_Authenticator *credential, -- cgit