tun2: lock

This commit is contained in:
Cadey Ratio 2017-04-05 14:33:54 -07:00
parent 4d30a5cfb3
commit 116c3e6516
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ func (s *Server) ListenAndServe() error {
"value": failureChance, "value": failureChance,
}) })
} }
s.connlock.Unlock()
} }
}() }()