summaryrefslogtreecommitdiffstats
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-09-27 00:06:25 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-01-26 17:29:06 +0100
commit350e403df83eddd7171e3e9e16018188a571b7ac (patch)
treef76032d44a7e43d0ec738c41bb4ac340b9a465d5 /librpc
parent9ee5887a36fd77b389049bf1465388e4f5a1faaf (diff)
downloadsamba-350e403df83eddd7171e3e9e16018188a571b7ac.tar.gz
samba-350e403df83eddd7171e3e9e16018188a571b7ac.tar.xz
samba-350e403df83eddd7171e3e9e16018188a571b7ac.zip
idl: fix IDL for netr_WorkstationInformation().
This structure is used by the netr_LogonGetDomainInfo call as the input. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc')
-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 f3dfc1b79d..f3bfc3032b 100644
--- a/librpc/idl/netlogon.idl
+++ b/librpc/idl/netlogon.idl
@@ -1336,7 +1336,7 @@ interface netlogon
lsa_String dummy_string3;
lsa_String dummy_string4;
netr_WorkstationFlags workstation_flags;
- uint32 dummy_long2;
+ netr_SupportedEncTypes supported_enc_types;
uint32 dummy_long3;
uint32 dummy_long4;
} netr_WorkstationInformation;