mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Fix a bug in dns-fuzz, missing table.concat
This commit is contained in:
parent
bab09913a8
commit
b5656da197
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ function makeHost (compressed)
|
|||
name[#name+1] = "\x00"
|
||||
end
|
||||
|
||||
return name
|
||||
return table.concat(name)
|
||||
end
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue