This commit is contained in:
octeep 2022-03-28 17:25:51 +01:00
parent 0ac02beb7d
commit c5a6946d1d

View file

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