From b0d7a3d123cb96049dc782b317554448acdae1a2 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 19 May 2010 10:34:44 -0700 Subject: Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the correct way. No more magic blobs :-). Use ndr_push_struct_blob() to push a properly formatted VERSION struct. Jeremy. --- librpc/idl/ntlmssp.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc') diff --git a/librpc/idl/ntlmssp.idl b/librpc/idl/ntlmssp.idl index 1227952ff2..eb9ab291fc 100644 --- a/librpc/idl/ntlmssp.idl +++ b/librpc/idl/ntlmssp.idl @@ -86,7 +86,7 @@ interface ntlmssp /* [MS-NLMP] 2.2.2.10 VERSION */ - typedef struct { + typedef [public] struct { ntlmssp_WindowsMajorVersion ProductMajorVersion; ntlmssp_WindowsMinorVersion ProductMinorVersion; uint16 ProductBuild; -- cgit