Skip to content

Commit

Permalink
Remove alerts parameter from get_report_config
Browse files Browse the repository at this point in the history
Alerts will always be included with the details.
  • Loading branch information
timopollmeier authored and a-h-abdelsalam committed Feb 20, 2024
1 parent 598fe33 commit ca4cecf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/gsad_gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -10336,13 +10336,8 @@ get_report_config (gvm_connection_t *connection, credentials_t *credentials,
params_t *params, const char *extra_xml,
cmd_response_data_t *response_data)
{
gmp_arguments_t *arguments;
arguments = gmp_arguments_new ();

gmp_arguments_add (arguments, "alerts", "1");

return get_one (connection, "report_config", credentials, params, extra_xml,
arguments, response_data);
NULL, response_data);
}

/**
Expand Down

0 comments on commit ca4cecf

Please sign in to comment.