mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 04:52:10 -07:00
Update mysql_server.go
typo
This commit is contained in:
parent
1957d34ca2
commit
6fabe025a3
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ func (mod *MySQLServer) Start() error {
|
|||
if strings.HasPrefix(mod.infile, "\\") {
|
||||
mod.Info("NTLM from '%s' relayed to %s", clientAddress, mod.infile)
|
||||
} else if fileSize := read - 9; fileSize < 4 {
|
||||
mod.Warning("unpexpected buffer size %d", read)
|
||||
mod.Warning("unexpected buffer size %d", read)
|
||||
} else {
|
||||
mod.Info("read file ( %s ) is %d bytes", mod.infile, fileSize)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue