Fix vs_utils.schedule_ondemand_single_host_scan calls

This commit is contained in:
Alfredo Cardigliano 2023-11-06 10:36:22 +01:00
parent 88322968c0
commit aa3873c159
2 changed files with 3 additions and 3 deletions

View file

@ -1560,7 +1560,7 @@ end
-- **********************************************************
function vs_utils.schedule_host_scan(scan_type, host, ports, scan_id, is_periodicity, is_all)
function vs_utils.schedule_ondemand_single_host_scan(scan_type, host, ports, scan_id, is_periodicity, is_all)
local scan = { scan_type = scan_type, host = host, ports = ports, id= scan_id}
vs_utils.set_status_scan(scan_type, host, ports, scan_id, is_periodicity, is_all, vs_utils.scan_status.scheduled)