Adds variable to fix windows build
This commit is contained in:
parent
99daa76715
commit
4bb5b97518
|
@ -11,6 +11,8 @@ import (
|
|||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
const SSHPreambleLength = 2
|
||||
|
||||
type SSHServer struct{}
|
||||
|
||||
type SSHPreamble struct {
|
||||
|
|
Loading…
Reference in New Issue