1
0
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:
dmiller
2015-03-25 14:30:18 +00:00
parent 04fee3d14c
commit 170a45f21d

View File

@@ -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