This commit is contained in:
octeep 2022-03-28 17:25:51 +01:00 committed by octeep
parent e663f3d412
commit 9f0fe5d20d

View file

@ -264,7 +264,6 @@ func (c CredentialValidator) Valid(username, password string) bool {
return c.username == username && c.password == password
}
func connForward(bufSize int, from, to net.Conn) {
buf := make([]byte, bufSize)
for {