Skip to content

Commit

Permalink
Remove parallel from target options
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Jun 8, 2020
1 parent fc97bfe commit f5da859
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Remove unused port names facility [#1041](https://github.com/greenbone/gvmd/pull/1041)
- Add migrator to remove dead hosts [#1071](https://github.com/greenbone/gvmd/pull/1071)
- Remove classic schedules elements from GMP [#1116](https://github.com/greenbone/gvmd/pull/1116)
- Remove parallel from target options. [#1119](https://github.com/greenbone/gvmd/pull/1119)

[20.4]: https://github.com/greenbone/gvmd/compare/v9.0.0...master

Expand Down
1 change: 0 additions & 1 deletion src/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -4362,7 +4362,6 @@ launch_osp_openvas_task (task_t task, target_t target, const char *scan_id,
start_scan_opts.vt_groups = NULL;
start_scan_opts.vts = vts;
start_scan_opts.scanner_params = scanner_options;
start_scan_opts.parallel = 1;
start_scan_opts.scan_id = scan_id;

ret = osp_start_scan_ext (connection,
Expand Down

0 comments on commit f5da859

Please sign in to comment.