Skip to content

Commit

Permalink
Merge pull request #839 from timopollmeier/fix-hosts_set_details-9.0
Browse files Browse the repository at this point in the history
Fix asset host details insertion SQL (9.0)
  • Loading branch information
mattmundell authored Oct 29, 2019
2 parents d048ec8 + fe4521d commit 92133d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -57095,6 +57095,7 @@ hosts_set_details (report_t report)
report,
report,
report,
report,
report);
}

Expand Down

0 comments on commit 92133d4

Please sign in to comment.