Skip to content

Commit

Permalink
Merge pull request #597 from timopollmeier/delta-ignore_pagination-8.0
Browse files Browse the repository at this point in the history
Apply ignore_pagination in delta reports (8.0)
  • Loading branch information
swaterkamp authored Jun 19, 2019
2 parents 74e6761 + b450ed9 commit 508dab3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -31175,7 +31175,9 @@ print_report_xml_start (report_t report, report_t delta, task_t task,
if (delta && get->details)
{
if (print_report_delta_xml (out, &results, &delta_results, delta_states,
first_result, max_results, task, notes,
ignore_pagination ? 1 : first_result,
ignore_pagination ? -1 : max_results,
task, notes,
notes_details, overrides, overrides_details,
sort_order, sort_field, result_hosts_only,
&orig_filtered_result_count,
Expand Down

0 comments on commit 508dab3

Please sign in to comment.