mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 10:59:02 +00:00
Fix wrong library typo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local http = require "http"
|
||||
local ipOps = require "ipOps"
|
||||
local table = require "table"
|
||||
local tableaux = require "table"
|
||||
local tableaux = require "tableaux"
|
||||
local shortport = require "shortport"
|
||||
local stdnse = require "stdnse"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user