1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Replace 'master' with 'controller thread' in NSE script docs/comments

This commit is contained in:
dmiller
2020-06-18 17:14:48 +00:00
parent 233d3a3691
commit 030a58a26e
4 changed files with 13 additions and 13 deletions

View File

@@ -535,7 +535,7 @@ function process_interfaces( tbl )
end
new_tbl[item.index] = item
-- Add this interface index to our master list
-- Add this interface index to our returned list
table.insert( new_tbl.index_list, item.index )
end