witness: add WITNESS_UNSPECIFIED_VERSION to IDL.

Enterprise / Samba - Günther Deschner [samba.org] - 13 April 2015 08:44 UTC

This version is seen in witness_GetInterfaceList replies from Windows Server 2012 R2.

Guenther

###

diff --git a/librpc/idl/witness.idl b/librpc/idl/witness.idl
index b9c6aba..8f5f9bf 100644
--- a/librpc/idl/witness.idl
+++ b/librpc/idl/witness.idl
@@ -13,7 +13,8 @@ interface witness
{
typedef [v1_enum] enum {
WITNESS_V1 = 0x00010001,
- WITNESS_V2 = 0x00020000
+ WITNESS_V2 = 0x00020000,
+ WITNESS_UNSPECIFIED_VERSION = 0xFFFFFFFF
} witness_version;

/*****************/

2a6e170 witness: add WITNESS_UNSPECIFIED_VERSION to IDL.
librpc/idl/witness.idl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Upstream: gitweb.samba.org


  • Share