mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 17:39:03 +00:00
Fixed all the modules to give a default name if absent.
Also necessary for the documentation system to know the name of the module.
This commit is contained in:
@@ -15,7 +15,7 @@ parse_query() and build_query() added For nmap (Eddie Bell <ejlbell@gmail.com>)
|
||||
local string = require("string")
|
||||
local base = _G
|
||||
local table = require("table")
|
||||
module(...,package.seeall)
|
||||
module(... or "url",package.seeall)
|
||||
|
||||
_VERSION = "URL 1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user