summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-01-28 14:18:31 +0100
committerGünther Deschner <gd@samba.org>2011-01-28 15:37:10 +0100
commit6957109e8deb5e6761195c1e69b2b1514ff5b788 (patch)
treeebf1d97595970ab2e4a4defd65bb764634f969d2 /librpc/idl
parent95e644f4605f91632bf606d5ec36abc187bc98af (diff)
downloadsamba-6957109e8deb5e6761195c1e69b2b1514ff5b788.tar.gz
samba-6957109e8deb5e6761195c1e69b2b1514ff5b788.tar.bz2
samba-6957109e8deb5e6761195c1e69b2b1514ff5b788.zip
s4-smbtorture: add NDR tests for netr_LogonSamLogon.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/netlogon.idl2
1 files changed, 1 insertions, 1 deletions
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,