From 54c3a487909de19699c3b9a855d7dd4fd6fd9436 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Mon, 27 Feb 2017 15:24:28 +0000 Subject: [PATCH] Allow client protocol version 301 --- vompclientrrproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vompclientrrproc.c b/vompclientrrproc.c index 6799c77..f8e8d7d 100644 --- a/vompclientrrproc.c +++ b/vompclientrrproc.c @@ -45,7 +45,7 @@ bool ResumeIDLock; -ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION_MIN = 0x00000400; +ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION_MIN = 0x00000301; ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION_MAX = 0x00000400; // format is aabbccdd // cc is release protocol version, increase with every release, that changes protocol -- 2.39.2