mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Move string utility functions to stringaux.lua
This commit is contained in:
parent
39cfbdf4e2
commit
0500811f5a
140 changed files with 521 additions and 418 deletions
|
|
@ -1034,7 +1034,7 @@ Crawler = {
|
|||
end
|
||||
|
||||
if ( #limits > 0 ) then
|
||||
return ("Spidering limited to: %s"):format(stdnse.strjoin("; ", limits))
|
||||
return ("Spidering limited to: %s"):format(table.concat(limits, "; "))
|
||||
end
|
||||
end,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue