Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove parallel from target options #1119

Merged
merged 1 commit into from
Jun 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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