mirror of
https://github.com/nmap/nmap.git
synced 2026-01-22 06:09:01 +00:00
Fix a typo in a debug message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user