mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
fix add.
This commit is contained in:
parent
10a1ad5428
commit
41831a367a
3 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ if isEmptyString(host) or isEmptyString(scan_type) then
|
|||
rest_utils.answer(rest_utils.consts.err.bad_content)
|
||||
end
|
||||
|
||||
tprint(scan_params)
|
||||
local function set_host_to_scan(ip, scan_type, scan_params)
|
||||
return scan_utils.save_host_to_scan(scan_type, scan_params, ip)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue