mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix a typo in a debug message
This commit is contained in:
parent
04fee3d14c
commit
170a45f21d
1 changed files with 1 additions and 1 deletions
|
|
@ -1134,7 +1134,7 @@ function record_read(buffer, i)
|
|||
h["type"] = name
|
||||
name = find_key(PROTOCOLS, proto)
|
||||
if name == nil then
|
||||
stdnse.debug1("Unknown TLS Protocol: 0x%x", typ)
|
||||
stdnse.debug1("Unknown TLS Protocol: 0x%04x", proto)
|
||||
return j, nil
|
||||
end
|
||||
h["protocol"] = name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue