Skip to content

Commit

Permalink
Get details with get_reports in gmp_get_report_ext
Browse files Browse the repository at this point in the history
To ensure the previous behavior of getting the results etc. the details
attribute has been added to the sent GMP command.
  • Loading branch information
timopollmeier committed Jan 21, 2020
1 parent 9ac2f3c commit f905c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gmp/gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,7 @@ gmp_get_report_ext (gnutls_session_t *session, gmp_get_report_opts_t opts,
if (gvm_server_sendf (
session,
"<get_reports"
" details=\"1\""
" report_id=\"%s\""
" format_id=\"%s\""
" host_first_result=\"%i\""
Expand Down

0 comments on commit f905c55

Please sign in to comment.