Skip to content

Commit

Permalink
Update mysql_server.go
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
guanicoe committed May 4, 2020
1 parent 1957d34 commit 6fabe02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mysql_server/mysql_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 6fabe02

Please sign in to comment.