mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Add a todo note. Closes #302
This commit is contained in:
parent
7a0c8b890b
commit
36e2bf126d
1 changed files with 1 additions and 0 deletions
|
|
@ -411,6 +411,7 @@ function dhcp_build(request_type, ip_address, mac_address, options, request_opti
|
|||
|
||||
if(request_options == nil) then
|
||||
-- Request the defaults, or there's no verbosity; otherwise, request everything!
|
||||
-- TODO: Make scripts decide this, not the library.
|
||||
request_options = strbuf.new()
|
||||
for i,v in pairs(actions) do
|
||||
if(v.default or nmap.verbosity() > 0) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue