mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix VA pending scan.
This commit is contained in:
parent
afcfd059dd
commit
6110624289
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ end
|
|||
-- **********************************************************
|
||||
|
||||
function vs_utils.schedule_host_scan(scan_type, host, ports, scan_id)
|
||||
local scan = { scan_type = scan_type, host = host, ports = ports }
|
||||
local scan = { scan_type = scan_type, host = host, ports = ports, id= scan_id}
|
||||
vs_utils.set_status_scan(scan_type, host, ports, scan_id)
|
||||
|
||||
ntop.rpushCache(host_scan_queue_key, json.encode(scan))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue