mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
add missing local reference to error() to stdnse
This commit is contained in:
parent
841ab6647a
commit
5d12eb7a3d
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
local assert = assert;
|
||||
local tonumber = tonumber;
|
||||
local error = error;
|
||||
local concat = table.concat;
|
||||
local nmap = require"nmap";
|
||||
local max = math.max
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue