mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
Fix unicode module declaration (copy-paste error)
This commit is contained in:
@@ -11,7 +11,7 @@ local string = require "string"
|
|||||||
local table = require "table"
|
local table = require "table"
|
||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local unittest = require "unittest"
|
local unittest = require "unittest"
|
||||||
_ENV = stdnse.module("json", stdnse.seeall)
|
_ENV = stdnse.module("unicode", stdnse.seeall)
|
||||||
|
|
||||||
-- Localize a few functions for a tiny speed boost, since these will be looped
|
-- Localize a few functions for a tiny speed boost, since these will be looped
|
||||||
-- over every char of a string
|
-- over every char of a string
|
||||||
|
|||||||
Reference in New Issue
Block a user