mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
witness: add WITNESS_UNSPECIFIED_VERSION to IDL.
This version is seen in witness_GetInterfaceList replies from Windows Server 2012 R2. Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Mon Apr 13 15:44:42 CEST 2015 on sn-devel-104
This commit is contained in:
parent
11586f1647
commit
2a6e170096
@ -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;
|
||||
|
||||
/*****************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user