aboutsummaryrefslogtreecommitdiff
path: root/comp_auth.go
diff options
context:
space:
mode:
Diffstat (limited to 'comp_auth.go')
-rw-r--r--comp_auth.go2
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
}