mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 18:39:03 +00:00
Simple change: make state_table local in the NSElib shortport.service()
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user