mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
remove extraneous arguments
This commit is contained in:
parent
5e6c9d5f78
commit
c6fc780a29
1 changed files with 2 additions and 2 deletions
|
|
@ -443,7 +443,7 @@ do
|
|||
co = co,
|
||||
env = env,
|
||||
identifier = tostring(co),
|
||||
info = format("'%s' M:%s", self.id, match(tostring(co), "0x(.*)") , -1);
|
||||
info = format("'%s' M:%s", self.id, match(tostring(co), "0x(.*)"));
|
||||
parent = nil, -- placeholder
|
||||
script = self,
|
||||
type = script_type,
|
||||
|
|
@ -466,7 +466,7 @@ do
|
|||
args = {n = select("#", ...), ...},
|
||||
close_handlers = {},
|
||||
co = co,
|
||||
info = format("'%s' W:%s", self.id, match(tostring(co), "0x(.*)") , -1);
|
||||
info = format("'%s' W:%s", self.id, match(tostring(co), "0x(.*)"));
|
||||
parent = self,
|
||||
worker = true,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue