mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Simple change: make state_table local in the NSElib shortport.service()
This commit is contained in:
parent
7f2e704795
commit
841071b121
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ portnumber = function(port, _proto, _state)
|
|||
end
|
||||
|
||||
service = function(service, _proto, _state)
|
||||
local service_table;
|
||||
local service_table, state_table
|
||||
local state = _state or {"open", "open|filtered"}
|
||||
local proto = _proto or "tcp"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue