Skip to content

Commit

Permalink
Merge pull request #941 from mattmundell/migrator-pref-id-9.0
Browse files Browse the repository at this point in the history
Correct pref ID in migrate_219_to_220 (9.0)
  • Loading branch information
mattmundell authored Jan 16, 2020
2 parents a23b924 + ef00a1d commit 3d1cf47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Apply usage_type of tasks in get_aggregates (9.0) [#912](https://github.com/greenbone/gvmd/pull/912)
- Setup target's alive test setting to launch an osp openvas task (9.0) [#936](https://github.com/greenbone/gvmd/pull/936)
- Remove incorrect duplicates from config preference migrator [#940](https://github.com/greenbone/gvmd/pull/940)
- Correct pref ID in migrate_219_to_220 [#941](https://github.com/greenbone/gvmd/pull/941)

### Removed
- Remove 1.3.6.1.4.1.25623.1.0.90011 from Discovery config (9.0) [#847](https://github.com/greenbone/gvmd/pull/847)
Expand Down
4 changes: 2 additions & 2 deletions src/manage_migrators_219_to_220_names.h
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,6 @@ static const gchar *migrate_219_to_220_names[][2]
"1.3.6.1.4.1.25623.1.0.100151:2:password:Postgres Password:" },
{ "1.3.6.1.4.1.25623.1.0.100206:entry:timeout",
"1.3.6.1.4.1.25623.1.0.100206:0:entry:timeout" },
{ "1.3.6.1.4.1.25623.1.0.100315:checkbox:Use nmap",
"1.3.6.1.4.1.25623.1.0.100315:1:checkbox:Use nmap" },
{ "1.3.6.1.4.1.25623.1.0.100315:checkbox:Do a TCP ping",
"1.3.6.1.4.1.25623.1.0.100315:1:checkbox:Do a TCP ping" },
{ "1.3.6.1.4.1.25623.1.0.100315:checkbox:TCP ping tries also TCP-SYN ping",
Expand All @@ -418,6 +416,8 @@ static const gchar *migrate_219_to_220_names[][2]
"1.3.6.1.4.1.25623.1.0.100315:6:checkbox:Report about unrechable Hosts" },
{ "1.3.6.1.4.1.25623.1.0.100315:checkbox:TCP ping tries only TCP-SYN ping",
"1.3.6.1.4.1.25623.1.0.100315:7:checkbox:TCP ping tries only TCP-SYN ping" },
{ "1.3.6.1.4.1.25623.1.0.100315:checkbox:Use nmap",
"1.3.6.1.4.1.25623.1.0.100315:8:checkbox:Use nmap" },
{ "1.3.6.1.4.1.25623.1.0.100315:checkbox:Report about reachable Hosts",
"1.3.6.1.4.1.25623.1.0.100315:9:checkbox:Report about reachable Hosts" },
{ "1.3.6.1.4.1.25623.1.0.100315:entry:nmap additional ports for -PA",
Expand Down

0 comments on commit 3d1cf47

Please sign in to comment.