mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Make a local table truly local
This commit is contained in:
parent
9371dd1c6b
commit
88c242329e
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ function get_default_port (scheme)
|
||||||
return get_default_port_ports[(scheme or ""):lower()]
|
return get_default_port_ports[(scheme or ""):lower()]
|
||||||
end
|
end
|
||||||
|
|
||||||
get_default_scheme_schemes = tableaux.invert(get_default_port_ports)
|
local get_default_scheme_schemes = tableaux.invert(get_default_port_ports)
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Provides the default URI scheme for a given port.
|
-- Provides the default URI scheme for a given port.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue