From cf66e286479851112e225606fa85b18266ae5c3c Mon Sep 17 00:00:00 2001 From: Mrs4s Date: Wed, 7 Dec 2022 03:31:01 +0800 Subject: [PATCH] fix protocol --- client/internal/auth/device.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/internal/auth/device.go b/client/internal/auth/device.go index 19d855ab..9fe5d857 100644 --- a/client/internal/auth/device.go +++ b/client/internal/auth/device.go @@ -134,7 +134,7 @@ func (info *Device) ReadJson(d []byte) error { } switch f.Protocol { - case 1, 2, 3, 4, 5: + case 1, 2, 3, 4, 5, 6: info.Protocol = Protocol(f.Protocol) default: info.Protocol = IPad