Skip to content

Commit

Permalink
Merge pull request #598 from timopollmeier/delta-ignore_pagination-ma…
Browse files Browse the repository at this point in the history
…ster

Apply ignore_pagination in delta reports (master)
  • Loading branch information
mattmundell authored Jun 21, 2019
2 parents 2c1932f + 96aab97 commit 6a5b875
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 @@ -31119,7 +31119,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 6a5b875

Please sign in to comment.