diff --git a/CHANGELOG.md b/CHANGELOG.md index 23043dbe3..9319c1eff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fix preference ID in "Host Discovery" config [#828](https://github.com/greenbone/gvmd/pull/828) - Fix order of fingerprints in get_tls_certificates [#833](https://github.com/greenbone/gvmd/pull/833) - Update config preferences after updating NVTs [#832](https://github.com/greenbone/gvmd/pull/832) +- Fix asset host details insertion SQL [#839](https://github.com/greenbone/gvmd/pull/839) - Fix notes XML for lean reports [#836](https://github.com/greenbone/gvmd/pull/836) ### Removed diff --git a/src/manage_sql.c b/src/manage_sql.c index 4c045cd77..a2adf65a1 100644 --- a/src/manage_sql.c +++ b/src/manage_sql.c @@ -57095,6 +57095,7 @@ hosts_set_details (report_t report) report, report, report, + report, report); }