diff options
Diffstat (limited to 'comp_auth.go')
-rw-r--r-- | comp_auth.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comp_auth.go b/comp_auth.go index eeccc66..b1e88dd 100644 --- a/comp_auth.go +++ b/comp_auth.go @@ -105,7 +105,7 @@ func (comp *CompAuth) process(pkt *mt.Pkt) { return } - if cmd.SerializeVer != 28 { + if cmd.SerializeVer != serializeVer { comp.fail("unsupported serialize version") return } |