diff options
author | Günther Deschner <gd@samba.org> | 2009-09-15 00:26:31 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-15 17:54:58 +0200 |
commit | 9831e7675c2f393bd02167f435b202e818d4d50b (patch) | |
tree | b9acbdbc3bd3023e8d66a840b7fdbdaae3abdb5b /librpc/idl | |
parent | ed03edc2e49c686d582abe0506f9422bfb795201 (diff) | |
download | samba-9831e7675c2f393bd02167f435b202e818d4d50b.tar.gz samba-9831e7675c2f393bd02167f435b202e818d4d50b.tar.bz2 samba-9831e7675c2f393bd02167f435b202e818d4d50b.zip |
ntlmssp: pretty print a VERSION structure.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/ntlmssp.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/ntlmssp.idl b/librpc/idl/ntlmssp.idl index a21e556fbe..8cabec33da 100644 --- a/librpc/idl/ntlmssp.idl +++ b/librpc/idl/ntlmssp.idl @@ -94,7 +94,7 @@ interface ntlmssp ntlmssp_NTLMRevisionCurrent NTLMRevisionCurrent; } VERSION; - typedef [nodiscriminant] union { + typedef [noprint,nodiscriminant] union { [case(NTLMSSP_NEGOTIATE_VERSION)] VERSION version; [default]; } ntlmssp_Version; |