1
0
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:
kris
2008-04-10 15:24:49 +00:00
parent 7f2e704795
commit 841071b121

View File

@@ -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"