mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +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:
parent
263e62a3d4
commit
9f3a5e5210
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ function bintohex(str)
|
|||
end
|
||||
return b
|
||||
end
|
||||
]]--
|
||||
--]]
|
||||
|
||||
callback = function(packetsz, layer2, layer3)
|
||||
return string.sub(layer2, 0, 12)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue