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 ab03b4f
Showing 1 changed file with 0 additions and 1 deletion.
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 ab03b4f

Please sign in to comment.