mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Cosmetic changes
This commit is contained in:
parent
c51d4d70c9
commit
f1eb972c6e
4 changed files with 14 additions and 17 deletions
|
|
@ -181,7 +181,6 @@ function vs_db_utils.save_report_info(report_info)
|
|||
local sql = string.format("%s ('%s', %s, '%s', %u, %u, %u, %u);",sql, report_name, report_date, json_info, num_scanned_host, num_cves, num_tcp_ports, num_udp_ports)
|
||||
|
||||
return(interface.execSQLQuery(sql))
|
||||
|
||||
end
|
||||
|
||||
-- ####################################################################################
|
||||
|
|
@ -215,4 +214,4 @@ function vs_db_utils.get_updated_vs_result(current_gloal_result, last_single_sca
|
|||
end
|
||||
-- ####################################################################################
|
||||
|
||||
return vs_db_utils
|
||||
return vs_db_utils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue