mirror of
https://github.com/nmap/nmap.git
synced 2026-01-19 04:39:01 +00:00
Fix the closure of a multiline comment which is not strictly legal
http://www.lua.org/pil/1.3.html, but only impacts syntax highlighting and not script execution.
This commit is contained in:
@@ -32,7 +32,7 @@ function bintohex(str)
|
||||
end
|
||||
return b
|
||||
end
|
||||
]]--
|
||||
--]]
|
||||
|
||||
callback = function(packetsz, layer2, layer3)
|
||||
return string.sub(layer2, 0, 12)
|
||||
|
||||
Reference in New Issue
Block a user